Web Framework Benchmarksと Perl の現状報告会 YAPC::Asia Tokyo 2014 LT
Send feedback Stay organized with collections Save and categorize content based on your preferences. The page you're looking for isn't available. The link you clicked was to documentation on the legacy version, Universal Analytics. Universal Analytics has sunset and is no longer available as of July 1, 2024. Visit the Analytics Learning Center to get started with the new version, Google Analytics
# -*- coding: utf-8 -*- import urllib import requests import sys import my_api_keys class Bing(object): # 同じ階層にmy_api_keys.pyというファイルを作り、そこにBING_API_KEYを書き込んでおく。 # my_api_keys.pyはgitignoreしておくこと。 def __init__(self, api_key=my_api_keys.BING_API_KEY): self.api_key = api_key def web_search(self, query, num_of_results, keys=["Url"], skip=0): """ keysには'ID','Title','Description','DisplayUrl','Url'が入りうる
Supervisor: A Process Control System¶ Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as “process id 1”. Instead it is meant to be used to control
Libraries for building AI applications, LLM integrations, and autonomous agents. Agent Skills django-ai-plugins - Django backend agent skills for Django, DRF, Celery, and Django-specific code review. sentry-skills - Python-focused engineering skills for code review, debugging, and backend workflows. trailofbits-skills - Python-friendly security skills for auditing, testing, and safer backend devel
6.6. Sorting¶ Sorting is the process of placing elements from a collection in some kind of order. For example, a list of words could be sorted alphabetically or by length. A list of cities could be sorted by population, by area, or by zip code. We have already seen a number of algorithms that were able to benefit from having a sorted list (recall the final anagram example and the binary search). T
hb-test.py � �"�� #!/usr/bin/env python2 """ Author: takeshix <takeshix@adversec.com> PoC code for CVE-2014-0160. Original PoC by Jared Stafford (jspenguin@jspenguin.org). Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP. """ import sys,struct,socket from argparse import ArgumentParser tls_versions = {0x01:'TLSv1.0',0x02:'TLSv1.1',0x03:'TLSv1.2'} def info(ms
Since I started learning Python, I've kept a list of "tricks". Any time I saw a piece of code that made me think "Cool! I didn't know you could do that!" I experimented with it until I understood it and added it to the list. This post is a summary of that list. If you are an experienced Python programmer, chances are you already know most of these but you might still find a few surprises. If you a
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く