サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
www.mail-archive.com
On 2022-06-07 Jigar Kumar wrote: > Progress will not happen until there is new maintainer. XZ for C has > sparse commit log too. Dennis you are better off waiting until new > maintainer happens or fork yourself. Submitting patches here has no > purpose these days. The current maintainer lost interest or doesn't > care to maintain anymore. It is sad to see for a repo like this.I haven't lost intere
Now that PEP 572 is done, I don't ever want to have to fight so hard for a PEP and find that so many people despise my decisions.I would like to remove myself entirely from the decision process. I'll still be there for a while as an ordinary core dev, and I'll still be available to mentor people -- possibly more available. But I'm basically giving myself a permanent vacation from being BDFL, and y
Hello Tejun and Serge The delegation feature of cgroups v2 has of course been around for a while now, but was not documented so far in cgroups(7). I have written some text to describe the delegation feature. I would be happy to receive suggestions for fixes, improvements, or corrections to errors, from you (or others). The plain-text version for (easy review) is shown below. (Please note the FIXME
Hello, Michael. On Tue, Jan 02, 2018 at 07:22:05PM +0100, Michael Kerrisk (man-pages) wrote: > To perform delegation, the delegater makes certain directories > and files writable by the delegatee, typically by changing the > ownership of the objects to be the user ID of the delegatee. > Assuming that we want to delegate the hierarchy rooted at (say) > /dlgt_grp and that there are not yet any child
ifconfig, route, etc... Recently the net-tools maintainer has forked the abandoned net-tools code base and started developing it again, after 15 years of stasis.As a design choice he has changed the output of most commands, hence breaking many scripts parsing their output. With this post I want to encourage fellow maintainers to stop depending on net-tools, which is obsolete software and has been
On Thu, Aug 17, 2017 at 5:47 AM, Austin S. Hemmelgarn <ahferro...@gmail.com> wrote:> Also, I don't think I've ever seen any patches posted from a Red Hat address > on the ML, so I don't think they were really all that involved in > development to begin with. Unfortunately the email domain doesn't tell the whole story who's backing development, the company or the individual. [chris@f26s linux]$ git
The ov5640 sensor from Omnivision supports up to 2592x1944 and both CSI and MIPI interfaces.The following driver adds support for the CSI interface only and VGA, 720p resolutions at 30fps. Signed-off-by: Javier Martin <javiermar...@by.com.es> --- .../devicetree/bindings/media/i2c/ov5640.txt | 47 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov5640.c | 1403 +
GDB 7.12 released!Release 7.12 of GDB, the GNU Debugger, is now available via anonymous FTP. GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. You can download GDB fro
Hi guys, I've written a simple AOT compiler [1] that takes a javascript file and transform it to a .class file that can run with a very small runtime. It uses the Nashorn Parser API and also Nashorn to bootstrap itself (the AOT is written in JavaScript). While the runtime is fairly naive, everything is considered as an java.lang.Object and JS Objects are hash maps (each field is accessed through a
basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone. Full paper at: http://www.bitcoin.org/bitcoin.pdf Satoshi Nakamoto - The Cr Re: Bitcoin P2P e-cash paper >Satoshi Nakamoto wrote: >> I've been working on a new electronic cash system that's fully >> peer-to-peer, with no trusted third party. >> >> The
I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party.The paper is available at: http://www.bitcoin.org/bitcoin.pdf The main properties: Double-spending is prevented with a peer-to-peer network. No mint or other trusted parties. Participants can be anonymous. New coins are made from Hashcash style proof-of-work. The proof-of-work for new coin gene
Speaking as someone who followed the IPSEC IETF standards committee pretty closely, while leading a group that tried to implement it and make so usable that it would be used by default throughout the Internet, I noticed some things:* NSA employees participted throughout, and occupied leadership roles in the committee and among the editors of the documents * Every once in a while, someone not an NS
椎柴の木村です。 On Tue, 02 Nov 2010 13:58:47 +0900 Motoyuki Konno <motoy...@jp.freebsd.org> wrote:> 夜中に覗いて騒ぐ人がいて困っていらっしゃるのでしたら、最寄りの > 警察や役所などに相談するようお願いします。 警察には何度か相談に行っています。銚子警察署です。 アメリカのスパイ衛星を警察は取り締まることが出来ない、という意味の回答 を得ています。 だいたい、宮内庁方面は、市役所や警察署に誰か人員を配置してしまう気配が あるのです。本当ですよ。 > FreeBSD-users-jp メーリングリストは FreeBSD に関連した話題のた > めのメーリングリストです。 FreeBSD から大きく外れた話題の投稿は > ご遠慮ください。 FreeBSD-8.1-RELEASE を USB の外付け HDD
木村です。 怪文書並みの追記を書かざるを得ない状況にあります。On Sun, 31 Oct 2010 12:43:18 +0900 "S.Kimura" <rikim...@a011.broada.jp> wrote: > 8-STABLE はカスタム・カーネルだったかも知れなくて、 [中略] > しかし、外付け USB HDD に 8 系をインストール出来なかったのは事実です。 何度も書いていますが、私には米国のスパイ衛星が付いています。 その衛星は、決して、アキヒトのテレビ電話ではありません。 夜中に覗いて騒ぐ連中がいて大層困っています。(今現在も) かすかに聞こえる騒音によれば……。 FreeBSD-8 系は、沖電機が担当した…とか。事実だろうか。 (NetBSD の開発に関わっていた沖さんという方は関係者なのかどうか)。 通帳を貰う or 取り上げられる、で、殺人まで犯す人間がいる
I just tried to build native extensions for Nokogiri via "gems:build" and it complained that the libxslt C library was not available, so it couldn't build it's native extensions.Will Heroku be adding support for this or is there some other way to go about using Nokogiri on Heroku? Nokogiri links: (It's an HTML, XML, SAX, and Reader parser with XPath and CSS interfaces for searching.) Git Repositor
松尾です。 gitbugのHEADにOAuth対応を追加してみました。twittering-mode.elにはconsumer key, secretを書いていませんので OAuthを使うには http://dev.twitter.com/apps で自分のアプリケー ションを登録して、consumer keyとconsumer secretを発行してもらう 必要があります。また、SSL通信が必須になります。 curlが使えない場合にはopensslかgnutls-cliでSSLを行いますが これらはproxyに対応していませんので注意してください。 設定方法: "Authenticating Requests | dev.twitter.com" http://dev.twitter.com/pages/auth のサンプルを例にすると (setq twittering-oauth-co
I've been dealing with a few varnish problems the last months on linuxboxesI do not have writeaccess to the wiki, so I'll write my notes down here. Problems first, then how i fixed some of them There might be some ugly stuff here and even something that are just plain wrong. It works for me, I'd love feedback Problems I've run into * Crashes when cache runs full (1.1.2) * performance issues * CPU
少し弄ってみましたので、報告しておきます。1. お使いの USB デバイスの正式名称、メーカー。 メーカー: TAKARATOMY 商品名: GRITTER PANEL 型番: T2SB-D02 製品へのURL: http://www.takaratomy.co.jp/products/himitsukichi/item_eg.html 説明: 16x16のLEDパネル 2. お使いの OS の バージョン(出来れば-CURRENT、-STABLE の場合はいつ頃 cvsup したかも)。 6.2-RELEASE 3. USB デバイスを認識しているところの /var/log/messages ugen0: TAKARATOMY TAKARATOMY, rev 1.10/0.01, addr 2 4. usbdevs -v の結果 Controller /dev/usb0: addr 1:
Quentin <[EMAIL PROTECTED]> (on Thu, 22 Feb 2007 12:40:13 +0100): > I'm very happy with the 0.2.12 version but I've come across an issue today : > when using the outdated setProperty function combined with _x and > _yproperties (and > _xmouse and _ymouse), SwfMill seems to swap values... Which was not the case > with 0.2.11.20!Hey Quentin, thanks for the report. Writing of FLOATs (used in StackFlo
web-sig Thread Date Advanced search web-sig List Id: SIG for Python support for the Web <web-sig.python.org> List Help: mailto:web-sig-request@python.org?subject=help List Subscribe: https://mail.python.org/mailman/listinfo/web-sig, mailto:web-sig-request@python.org?subject=subscribe Posting Address: mailto:web-sig@python.org List Owner: - RSS Feed: maillist.xml Alternate Archive: https://mail.pyt
On Sun, 29 Mar 2009, Dave Airlie wrote: > > My plans from now on are just to send you non-linear trees, whenever I > merge a patch into my next tree thats when it stays in there, I'll pull > Eric's tree directly into my tree and then I'll send the results, I > thought we cared about a clean merge history but as I said without some > document in the kernel tree I've up until now had no real idea wh
こんにちは。 露木さんが回答されたように、djangoは、モデルの変更に伴ってデータベースを マイグレーションするためのインタフェースを備えていません。開発者たちは、 モデルレベルの変更がバックエンドDB上でどのような変更に対応するかを、DBに 依存しないやり方で実現するスマートな方法がないので、無理に組み込むのを 諦めているようです。モデルを修正したあとで、テーブルのスキーマを更新させるには、いくつか方法があります。 [1] まずは、モデルの定義されているアプリケーションをリセットする方法です。 モデルが myapplication アプリで定義されているとして、以下のように実行します。 manage.py reset myapplication ただしこれだと、myapplication で定義されているモデルに対応した全てのテーブルが 削除され、新しいモデル定義に従って再度生成される
Hi, Dhananjay Makwana once wrote: > I am writing a client to a web service that is running over HTTPS/SSL and > is > using self-signed certificate. I am using axis2 version 1.0 and am getting > "sun.security.provider.certpath.SunCertPathBuilderException: unable to > find > valid certification path to requested target". The complete stack trace is > below.I have the exact problem, and it can be don
[haskell:42] Re: Haskell�$B$NKvHx:F5"�(B Atsushi Kanaya [haskell:42] Re: Haskell�$B$NKvHx:F5"�(B Shiro Kawai [haskell:43] Re: Haskell�$B$NKvHx:F5"�(B Nobuo Yamashita [haskell:45] Re: Haskell�$B$NKvHx:F5"�(B Nobuo Yamashita [haskell:47] Re: Haskell�$B$NKvHx:F5"�(B Atsushi Kanaya [haskell:48] Re: Haskell�$B$NKvHx:F5... Nobuo Yamashita
Hi all, I've been playing around with the Wii Remote (wiimote) under Linux. The Wii Remote is a Bluetooth device and some people (not me) at wiili.org have figured out some of the specifics of how to talk to the thing. Their sample code lets you use the Wii Remote as a pointer, map the buttons to keyboard buttons via xlib, and so on.Their sample code is also written in Python, which means it was t
Messages by Thread [Catalyst] How to pass args/data from one controller to another? Dustin Suchter Re: [Catalyst] How to pass args/data from one controller to another? Corey Bettenhausen Re: [Catalyst] How to pass args/data from one controller to another? Antano Solar Re: [Catalyst] How to pass args/data from one controller to another? Dustin Suchter Re: [Catalyst] How to pass args/data from one c
Messages by Thread [flexcoders] Pi Network Digital Cryptocurrency Will Be The Next Bitcoin And Could Be Worth Up To $200 'stillacommon2...@yahoo.com' stillacommon2...@yahoo.com [flexcoders] [flexcoders] "Assignment, Thesis, Dissertation Writing Service in USA, Europe, KSA, GCC, UAE & Saudia" Arif Baig arifbaig2...@yahoo.com [flexcoders] [flexcoders] 4 Ways to Smartly Invest in Cryptocurrencies 'st
cgiapp Thread Date Advanced search cgiapp List Id: CGI Application <cgiapp.lists.erlbaum.net> List Help: mailto:cgiapp-request@lists.erlbaum.net?subject=help List Subscribe: http://www.erlbaum.net/mailman/listinfo/cgiapp, mailto:cgiapp-request@lists.erlbaum.net?subject=subscribe Posting Address: mailto:cgiapp@lists.erlbaum.net List Owner: - RSS Feed: maillist.xml Alternate Archive: http://www.erlb
Messages by Thread [cgiapp] Mailing list shutting down Jesse Erlbaum Re: [cgiapp] Mailing list shutting down Thomas Krichel Re: [cgiapp] Mailing list shutting down jerry Re: [cgiapp] Mailing list shutting down Jesse Erlbaum Re: [cgiapp] Mailing list shutting down max . augsburg Re: [cgiapp] Mailing list shutting down Thomas Krichel Re: [cgiapp] Mailing list shutting down Lyle Re: [cgiapp] Mailing
次のページ
このページを最初にブックマークしてみませんか?
『The Mail Archive』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く