
wiki.liris.org
Emerge Technologyプログラミングのこと、Pythonのこと、ソフトウェアのこと、Linuxのこと、いろんなこと。
http://wiki.liris.org/
プログラミングのこと、Pythonのこと、ソフトウェアのこと、Linuxのこと、いろんなこと。
http://wiki.liris.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
20
SITE IP
173.194.204.121
LOAD TIME
0.727 sec
SCORE
6.2
Emerge Technology | wiki.liris.org Reviews
https://wiki.liris.org
プログラミングのこと、Pythonのこと、ソフトウェアのこと、Linuxのこと、いろんなこと。
公開文書 - Emerge Technology
http://wiki.liris.org/article
Subversion svkでらくらく分散リポジトリ (gihyo.jp). Habu - Python版PlaggerでRSSを加工する - マイコミジャーナル. Svk - Subversion を用いた分散バージョン管理システム (internet.com). Mod estraier Proxy 型 Web 検索システム(internet.com).
そろそろPython始めてみませんか? - Emerge Technology
http://wiki.liris.org/article/python_intro
WEB DB PRESS Vol.46.
4. テンプレートエンジン - Emerge Technology
http://wiki.liris.org/article/python_intro/python04
Html xmlns="http:/ www.w3.org/1999/xhtml". Xmlns:py="http:/ genshi.edgewall.org/". Here is body elemenet. Html xmlns="http:/ www.w3.org/1999/xhtml". Title ${title h} /title. H1 ${title h} /h1. From mako.template import Template. Def render(template, mystring=" ):. 下の例は、 This is my first template を出力するコードです。 Render("This is my first template"). This is my first template. Render("This is my ${mystring} template", mystring="first"). This is my first tempalte. This is b first /b template. This is comment line.
twisted04 - Emerge Technology
http://wiki.liris.org/article/twisted/twisted04
From twisted.internet import reactor. From twisted.application.internet import TimerService. From twisted.web.client import getPage. From twisted.web import server, resource. From sqlobject import *. Link = StringCol(notNone=True, unique=True). Href = StringCol(notNone=True, unique = True). Def updateChannel(title, url):. Feeds = Feed.select(Feed.q.link = url). If not feeds.count():. Feed = Feed(title=title, link=url). Def updateEntry(entry, channel):. If not entries.count():. For url in urls:.
サイトマップ - Emerge Technology
http://wiki.liris.org/system/app/pages/sitemap/hierarchy
TOTAL PAGES IN THIS WEBSITE
19
Emerge Technology: Javaとか
http://blog.liris.org/2014/10/java.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. 前節でIterableインタフェースを実装したオブジェクトであれば拡張forループで回すことができると書きました。つまり、自作のクラスでもIterableインタフェースを実装していれば、拡張forループに対応できます。 例えば、リストの要素をループで回すとき、一緒にインデックス番号を取得して処理したいケースがあります。インデックスアクセスをする場合は、次のように記述します。 List = Arrays.asList("foo", "bar", "buzz"); for (int i=0; i. List = Arrays.asList("foo", "bar", "buzz"); int index=0; / (1) for (String str: list) { System.out.println(index " " str); index ; / (2) }. Int index; T value; Entry(int index, T va...
Emerge Technology: 2014/01
http://blog.liris.org/2014_01_01_archive.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. じじい!」って会社の@kirisに罵倒された気がして、「ナウでヤングな若者はbcryptだよ」と蔑んだ目で見られたので、bcryptでround回数を変更すると実行時間はどうなるんだろう?って言うことで、計測してみました。 bcrypt. が何なのか、ってのは、自分で調べてね。 Import timeit for i in range(1,20): print timeit.timeit("bcrypt.hashpw('password', bcrypt.gensalt(" str(i) ") ", setup="import bcrypt", number=1). いい感じに計算時間が伸びていきます。でも、デフォルトでは12回でそれが256m secはちょっと遅いですね。計測したスペックのマシンだと10回か11回が限界ですね。100m secには収めたい。 最近、OpenAMを使ったので、その時のメモ。 認証を次第に強化していく時に、...
Emerge Technology: 2013/05
http://blog.liris.org/2013_05_01_archive.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. と言うことです。先日来たVに「いつまであんなもん、メンテナンスしてるんだ?暇人め」と言われたような気もしますが、気にしません。そう言えば、雑談ばかりでやつは何しに来たんだ? と言うことはいいとして、Pythonのwebsocket-clientの0.11.0( python2.7. をリリースしました。この人は、もともとはWebsocketのプロトコルの勉強のために作ったので、メンテナンスするつもりはありませんでした。なので、メンテナンスした人にはプレゼントします。spdyも何かやろうかとドキュメントを少し読んだのですが、control frameあたりで飽きちゃいました。 Filenoは僕はなぜ欲しいのか、よく分かりません。そんな感じです。 12300;おおたに」です。もしくはlirisです。職業は,. 160;・ . Subversion+svkでらくらく分散リポジトリ - gihyo.jp.
Emerge Technology: ubuntuでjavaのバージョンの切り替え
http://blog.liris.org/2009/03/ubuntujava.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. Ubuntuは複数のJavaをインストールできて使い分けられるので便利です。でも、デフォルトのvmの指定の仕方をすぐに忘れるのでメモ。まず、java5と6は. Sudo aptitude install sun-java5-jdk sun-java6-jdk. として複数バージョンをインストールできます。さて、デフォルトのVMは次のようにして切り替えます。 Sudo update-alternatives - config java. Java' を提供する 5 個の alternatives があります。 1 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java. デフォルト[*] のままにするには Enter、さもなければ選択肢の番号のキーを押してください:. 12300;おおたに」です。もしくはlirisです。職業は,. 160;・ .
Emerge Technology: 2014/04
http://blog.liris.org/2014_04_01_archive.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. 昨日のアリエルであったJava8の勉強会で、iteratorをそのままstreamに流せないと初めて知って、いささかめんどくさい感があったりもしますが、世の中、そんなものです。あったかくなってきたとか、朝が夜ではなく朝になってきたとか、桜が咲いたとか、浮かれている場合ではありません。 前回、iterator自分で書いてみない?ってことで、だれも書いてくれなくってとても残念です。なので、自分で書いてみました。 Import java.util.*;. Public class CollectionUtil {. Public static class Entry T {. Entry(int index, T value) {. Thisindex = index;. Thisvalue = value;. Public int getIndex() { return index; }. Return new Iterable Entry T () {.
Emerge Technology: pythonでCGIを書いた
http://blog.liris.org/2010/03/pythoncgi.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. 生まれて初めてpythonでCGIを書きました。本当の素のCGIです。書いたのは数週間前ですが・・・。ちなみに、perlではCGIを書いたことがあります。 面白いことは何もありません。環境変数から値をとるだけです。printで出力するだけです。cgiモジュールのFieldStorageでPOSTのパラメータを取得できます。wsgiとかはとある事情で使っていません。 12300;おおたに」です。もしくはlirisです。職業は,. 160;・ . ありえるえりあ勉強会#3 Emacs編 vol.2. Geekは褒め言葉だったのか・・・. Subversion+svkでらくらく分散リポジトリ - gihyo.jp. 12300;habu」 - Python版PlaggerでRSSを加工する - マイコミジャーナル. Awesome Inc. テンプレート. テンプレート画像 by PLAINVIEW.
Emerge Technology: 2014/03
http://blog.liris.org/2014_03_01_archive.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. 8251; とあるところに書いたものの転載です。 8251; Java8の話はまた、あとで. BufferedReader reader = new BufferedReader(new FileReader("myfile.txt") ;. String line = null;. While ( line = reader.readLine()! System.out.println(line);. まあ、でも、ループの条件式とのとことか、微妙でわかりにくいし、変数のスコープも大きいよね。と言うか、どっかのスクリプト言語みたいに. BufferedReader reader = new BufferedReader(new FileReader("myfile.txt") ;. For (String line: reader) {. System.out.println(line);. String line = iter.next();.
Emerge Technology: Windows/ApacheでNTLM認証
http://blog.liris.org/2012/03/windowsapachentlm.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. 12301;の続きです。前回はLinuxの話でしたが、今回はWindowsとApacheでのNTLM認証です。WindowsならIISが楽ですが、人間、楽ばかりしていてはいけません。 まず、Apacheを動かすWindowsサーバをADのドメインに参加させます。僕は、ドメインに参加済みのマシンをもらったので、どうやって参加させるか知りません。きっとWindowsなので簡単なんだと信じています。 Linuxではmod auth ntlm winbindを使いましたが、Windowsでは mod auth sspi. を使います。これ、Apache2.2用のモジュールでそれ以外のバージョンだと、自前でビルドしないといけないかも。最新版をダウンロードして展開します。 LoadModule sspi auth module modules/mod auth sspi.so. AuthName "Windows NTLM Authentication Test".
Emerge Technology: 2013/09
http://blog.liris.org/2013_09_01_archive.html
生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など. Websocket-client 0.12.0がリリースされている. 放置して何もしないでおこうと思っているのに、バグ報告は来るし、websocketのフラグメンテーションはサポートしていないのはどういうこっちゃ!、って外人におこられるし。フラグメンテーションは放置していたらテストコードだけ送られてくるし、僕は欲しいのは実装の方なのに…。で、気になって調べたら、フラグメンテーションは僕が昔スペックを読んだときのものと変わっているし…。 ということで、いろいろ直した 0.12.0がリリース. あとは最初にあったフラグメンテーションをサポートしました。opcodeがTEXTとかBINARYとかCLOSEとかPING/PONGとかにCONTが追加されていた。ということです。 あとは、python3でのバグフィックスがいくつか。ぼくはまだ、ほとんどpython3使っていないです。 160;・ .
TOTAL LINKS TO THIS WEBSITE
20
LinuxVM
Welcome to the mainframe Linux and z/VM wiki. There's not a lot of content here since we just installed the software to get the wiki working. We're hoping that people will contribute that content, and we'll be able to come to some decisions as to how to organize the main page, and any necessary sub pages. We're not going to adhere to the (sometimes insane) standards of Wikipedia, but there are some rules we'd like to lay out for everyone:. Don't want to be getting any DMCA take down notices from anyone.
Welcome to the Linuxwall's wiki [[[Linuxwall.info::Wiki]]]
Welcome to the Linuxwall's wiki. Welcome to the Linuxwall's wiki. Missing or invalid helper plugin for comments. Welcome to the Linuxwall's wiki. These pages contain the results of our test and experimentation with Open Source technologies. You can browse the different articles using the menu on your left, or with the search field in the top left corner. The wiki has a RSS feed here. And a comments feed . Building Mutt-KZ with GPGME support. Pin YUM packages with versionlock - created. Some fun with XARGS.
Fehler
Du musst dich anmelden. Um Seiten lesen zu können. Von http:/ wiki.lionsracing.de/index.php? Links auf diese Seite. Änderungen an verlinkten Seiten.
Main Page/en - LiquidDemocracy
Log in / create account. Redirected from Main Page. Asiabetking.com ialah sebuah situs untuk pembukaan akun dari berbagai produk seperti sportbook, casino, poker, togel, serta lebih banyak permainan judi online yang tersebar didunia online. asiabetking.com berusaha dengan maksimal untuk kepuasaan user supaya bisa mudah bermain dalam perihal deposit maupun withdraw. Berikut yang kami tawarkan untuk ID taruhan online. Taruhan Bola Online : Sportbook SBOBET, Sportbook IBCBET, dll. Permainan Casino Online ba...
Online Help
The Liquid Online Help Wiki is where you can learn how to use Liquid and, if you’re a registered user, contribute your knowledge and experience by creating new topics or revising existing ones. Click here. Liquid Studio Change Log. Aeriandi Database Connection Tester. Retrieved from " http:/ wiki.liquid-contact.com/index.php?
Emerge Technology
redirect...
wiki.lissyara.su
Материал из wiki.lissyara.su. Источник http:/ wiki.lissyara.su/w/index.php? Последнее изменение этой страницы: 22:37, 14 декабря 2011. К этой странице обращались 146 027 раз. Описание wiki.lissyara.su.
FrontPage - Mailman Wiki
Revert to this revision. Intro to GNU Mailman. Integrating with mail and web servers. 1998-2015 Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. Mailman-cabal AT python DOT org. Sorry it's the only way to control wiki spam). Donate to GNU Mailman. The various spaces below are your entry points to Mailman information. The Community. Space provides um, documentation! Mailman-security AT python DOT org.
'Freie Liste Mueller' zu den Sozialwahlen 2017 – 'Freie Liste Mueller'
Freie Liste Mueller' zu den Sozialwahlen 2017. Aus 'Freie Liste Mueller'. Hinweis: Nur registrierte Benutzer dieses Wiki können Seiten ändern. Nur Administratoren können registrierte Benutzer hinzufügen. Beides war notwendig, weil wir hier sehr viel Spam hatten. Wenn Du registrierter Benutzer sein willst, bitte schreib uns! Wer darf wie kandidieren. Häufig gestellte Fragen zum rechtlichen Vorgehen gegen die EGK - FAQ. Eine alternative Liste soll zu den Sozialwahlen. Zur Steuerung unserer Behandlung beste...
Ed Tech - LISTedTECH
Ed Tech - LISTedTECH. Redirected from Main Page. Ed Tech or Educational technology is the effective use of technological tools in learning. We have a broader view than the wikipedia definition. Please see our most resent posts:. Canvas Learning Management System. LMS Market Share LMS Trends. WebCT, and How it Helped Open Source. The US. is not actually dominating university rankings. Here’s why. A few stats about the LISTedTECH Wiki:. Property values (total): 968,182. World Ranking data: 66,847.