Halaman

Sabtu, 25 Mei 2013

vnc-over-gif

. Sabtu, 25 Mei 2013 .

Serves screen updates as animated gif over http. Based on node-gif by Peteris Krumins and node-rfb2

https://github.com/sidorares/vnc-over-gif

(Read More..)

Jumat, 24 Mei 2013

io radio performance

. Jumat, 24 Mei 2013 .

http://www.igvita.com/slides/2013/io-radio-performance.pdf

(Read More..)

blackberry z10 security

.

https://www.sec-consult.com/fxdata/seccons/prod/downloads/sec_consult_vulnerability_lab_blackberry_z10_initial_analysis_v10.pdf

(Read More..)

Modern bufferoverflow targets

.

http://packetstorm.interhost.co.il/papers/general/ModernOverflowTargets.pdf

(Read More..)

WideArea

.

http://usablica.github.io/widearea/

(Read More..)

Preprocessing just got easier with Prepros

.

http://alphapixels.com/prepros/

(Read More..)

Introduction to SPL DirectoryIterator

.

http://www.phpro.org/tutorials/Introduction-to-SPL-DirectoryIterator.html

(Read More..)

Phix is a tool for creating and managing PHP components and tools and releasing them as PEAR packages.

.

http://blog.stuartherbert.com/php/2013/05/23/phix-0-16-0-released/

(Read More..)

Fuzzing: An introduction to Sulley Framework

.

http://packetstorm.interhost.co.il/papers/general/The-Sulley-Fuzzing-Framework.pdf

(Read More..)

Advanced Go Concurrency Patterns

.

http://talks.golang.org/2013/advconc.slide#1

(Read More..)

Phishing and Social Engineering Techniques 2.0

.

http://resources.infosecinstitute.com/phishing-and-social-engineering-techniques-2-0

(Read More..)

Proxying WebSockets with Nginx

.

https://chrislea.com/2013/02/23/proxying-websockets-with-nginx/

(Read More..)

Minggu, 19 Mei 2013

c10m problem MITH [GEEK] ... CONNECTION AT 10 MILLION

. Minggu, 19 Mei 2013 .

http://www.cs.dartmouth.edu/~sergey/cs108/C10M-Defending-the-Internet-at-Scale-Dartmouth-2013.pptx
http://c10m.robertgraham.com/p/blog-page.html


(Read More..)

Countable.js

.

http://radlikewhoa.github.io/Countable/

(Read More..)

Scaling MySQL for the Web (Box.net)

.

https://www.percona.com/live/mysql-conference-2013/sites/default/files/slides/Scaling%20MySQL.pdf

(Read More..)

Box Anemometer

.

https://github.com/box/Anemometer

(Read More..)

Automating Performance with Pagespeed

.

http://www.igvita.com/slides/2013/io-pagespeed.pdf

(Read More..)

GoogleAuthenticatorRails

.

https://github.com/jaredonline/google-authenticator

(Read More..)

Open Web Platform Daily Digest

.

http://webplatformdaily.org/

(Read More..)

Free codelab: creating a Chrome packaged app with TodoMVC

.

https://docs.google.com/document/d/1vyZ2zln8yJIuRPaaAOrHCPtcF2cE6VKL_2l_TyHiZ70/edit?pli=1

(Read More..)

Minggu, 12 Mei 2013

TIPS n TRICK membuat PUBLIC Website HASHPHP.org

. Minggu, 12 Mei 2013 .

http://hashphp.org/

(Read More..)

emulator mikrotik dengan GNS

.

http://exploreyourbrain.com/forum/viewthread.php?thread_id=6614

(Read More..)

Jumat, 10 Mei 2013

How does InnoDB behave without a Primary Key?

. Jumat, 10 Mei 2013 .

http://blog.jcole.us/2013/05/02/how-does-innodb-behave-without-a-primary-key/

(Read More..)

Kamis, 09 Mei 2013

How to create a new (or repair a broken) GTID based slave with Percona XtraBackup

. Kamis, 09 Mei 2013 .

http://www.mysqlperformanceblog.com/2013/05/09/how-to-create-a-new-or-repair-a-broken-gtid-based-slave-with-percona-xtrabackup

(Read More..)

Rabu, 08 Mei 2013

Find duplicate records in MySQL

. Rabu, 08 Mei 2013 .

http://schimpf.es/find-duplicate-records-in-mysql/

(Read More..)

Using Grep to Find Security Vulnerabilities in PHP code - PHP Classes blog

.

http://www.phpclasses.org/blog/post/206-Using-Grep-to-Find-Security-Vulnerabilities-in-PHP-code.html

(Read More..)

OVERCLOCKIX

.

Overclockix Overclockix is a Debian based Live distro for i386 and amd64 based systems customized for overclockers and computer enthusiasts.
Latest release - .017 (07-May-2013)

 http://www.overclockix.com/

(Read More..)

two.js

.

Two.js is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl.

http://jonobr1.github.io/two.js/

(Read More..)

An HTTP & SPDY client for Android and Java applications

.

HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
OkHttp is an HTTP client that’s efficient by default:

  • SPDY support allows all requests to the same host to share a socket.
  • Connection pooling reduces request latency (if SPDY isn’t available).
  • Transparent GZIP shrinks download sizes.
  • Response caching avoids the network completely for repeat requests.
OkHttp perseveres when the network is troublesome: it will silently recover from common connection problems. If your service has multiple IP addresses OkHttp will attempt alternate addresses if the first connect fails. This is necessary for IPv4+IPv6 and for services hosted in redundant data centers. OkHttp also recovers from problematic proxy servers and failed SSL handshakes.
You can try OkHttp without rewriting your network code. The core module implements the familiar java.net.HttpURLConnection API. And the optional okhttp-apache module implements the Apache HttpClient API.
OkHttp supports Android 2.2 and above. For Java, the minimum requirement is 1.5.



http://square.github.io/okhttp/

(Read More..)

A COLLECTION OF Page Transitions CSS

.

http://tympanus.net/Development/PageTransitions/

(Read More..)

MySQL and Percona Server in LinkBench benchmark

.

http://www.mysqlperformanceblog.com/2013/05/08/mysql-and-percona-server-in-linkbench-benchmark

(Read More..)

Benchmarking Percona Server TokuDB vs InnoDB

.

http://www.mysqlperformanceblog.com/2013/05/07/benchmarking-percona-server-tokudb-vs-innodb

(Read More..)

Mobile emulation in Chrome Dev Tools CANARY

.

https://developers.google.com/chrome-developer-tools/docs/mobile-emulation

(Read More..)

The Chromium Embedded Framework

.

http://blogs.adobe.com/webplatform/2013/05/01/the-chromium-embedded-framework/

(Read More..)

Sabtu, 04 Mei 2013

Post-quantum cryptography

. Sabtu, 04 Mei 2013 .

http://pqcrypto.org/

http://e-x-a.org/codecrypt/

https://github.com/exaexa/codecrypt

(Read More..)

autoprefixer

.

https://github.com/ai/autoprefixer

(Read More..)

Infinite Scrolling: Let’s Get To The Bottom Of This

.

http://uxdesign.smashingmagazine.com/2013/05/03/infinite-scrolling-get-bottom/

(Read More..)

Using Socat to Simulate Networking Traffic to Test and Debug

.

https://vividcortex.com/blog/2013/04/15/using-socat-to-simulate-networking-traffic-to-test-and-debug/

(Read More..)

Detecting WebP support with Header Vary Accept

.

https://gist.github.com/sergejmueller/5500879

(Read More..)

Using MySQL Performance Schema to debug performance issues

.

https://www.percona.com/live/mysql-conference-2013/sessions/using-mysql-performance-schema-debug-performance-issues

(Read More..)

Optimized Integration between MySQL and Hadoop

.

https://www.percona.com/live/mysql-conference-2013/sessions/optimized-integration-between-mysql-and-hadoop

(Read More..)

Jumat, 03 Mei 2013

20130424 percona-live-benchmarking TOKUDB

. Jumat, 03 Mei 2013 .

http://www.slideshare.net/tmcallaghan/20130424-perconalivebenchmarking

(Read More..)

CSS SPRITE PHP VERSION

.

http://www.tanila.de/smartsprite/index.php

(Read More..)

SmartSprites (Alpha!) CSS Sprite Generator Done Right JAVA

.

http://csssprites.org/

(Read More..)

Hacking Instagram Accounts using OAuth vulnerability

.

http://thehackernews.com/2013/05/hacking-instagram-accounts-using-oauth.html

(Read More..)

Powersploit

.

https://github.com/mattifestation

(Read More..)

Shellcode Execution in .NET using MSIL-based JIT Overwrite

.

http://www.exploit-monday.com/

(Read More..)

Galera Flow Control in Percona XtraDB Cluster for MySQL

.

http://www.mysqlperformanceblog.com/2013/05/02/galera-flow-control-in-percona-xtradb-cluster-for-mysql

(Read More..)

Percona XtraDB Cluster for MySQL and encrypted Galera replication

.

http://www.mysqlperformanceblog.com/2013/05/03/percona-xtradb-cluster-for-mysql-and-encrypted-galera-replication

(Read More..)

Javascript's Slightly Stricter Mode

.

http://geelen.github.io/web-directions-talk/#1

(Read More..)

Practical HTTP Host header attacks

.

http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html

(Read More..)

Python Power Tools: virtualenv

.

Python Power Tools: virtualenv

 http://net.tutsplus.com/tutorials/python-tutorials/python-power-tools-virtualenv/

 

(Read More..)

HTTP/2.0 WTF?

.

http://www.mnot.net/talks/http2-wtf/#/

(Read More..)

Turbulenz Engine Goes Open Source HTML5

.

http://news.turbulenz.com/post/49430669886/turbulenz-engine-goes-open-source

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com