background preloader

GITHUB

Facebook Twitter

MurmurHash3.cpp - smhasher - Test your hash functions. Personal phone server, or Can you hear me now? - ClickedyClick. Personal phone server, or Can you hear me now?

Personal phone server, or Can you hear me now? - ClickedyClick

Ever since someone donated an IP phone to the Taipei Hackerspace, I'm trying to find time to set up an internal phone network between the hackerspace members. It should be fun to make our own infrastructure. Recently did some research, and started with it. Since if I get into something then I dive deep for a while, this was an intense week. Demos. List of Litecoin related services · litecoin-project/litecoin Wiki. This page has moved to: This page is intended for listing any Litecoin-related services, such as exchanges, charts, escrows, online wallets, and other services that provide anything for Litecoin.

List of Litecoin related services · litecoin-project/litecoin Wiki

Quick Start Guide · MPOS/php-mpos Wiki. First things First Before you start working with this guide: Do not create issue reports if you fail to get it working!

Quick Start Guide · MPOS/php-mpos Wiki

This is most often caused by a setup mistake, over-reading a configuration or system step or simply not being into Linux, Apache and MySQL enough. But don't fret! MPOS has a very active community, so if you are struggling to get things to work, try our IRC Channel FIRST! New issue reports regarding the setup or running of MPOS will always be closed by commenting to join IRC for further assistance: Now, onwards!

Bitcoin JSON RPC API - blockchain.info. From the 1st December 2014, in order to use this API, access must be explicitly enabled, and all client ip addresses whitelisted by the wallet owner.

Bitcoin JSON RPC API - blockchain.info

Manage access in [Account Settings] -> [IP Restrictions] My Wallet users can interact with their wallet using our JSON RPC api. It is intended to be fully compatible with the original Bitcoind RPC protocol however some method calls are not supported. Table-to-json: check website. Несколько интересностей и полезностей для веб-разработчика #42. Доброго времени суток, уважаемые хабравчане.

Несколько интересностей и полезностей для веб-разработчика #42

За последнее время я увидел несколько интересных и полезных инструментов/библиотек/событий, которыми хочу поделиться с Хабром. Webtorrent Полноценный торрент клиент для NodeJS и браузеров. Стримминг будет работать прямо в браузере благодаря WebRTC (data chanels) для P2P транспортировки. А самое главное «It's Just JavaScript™», то есть не нужны никакие дополнительные плагины или расширения. Dragula Вероятно самый удобный скрипт для реализация Drag&Drop функционала. Beep.js Очень неординарная библиотека для написания синтезаторов на основе HTML5 Audio API. A Hacker's Guide to Git. A Hacker’s Guide to Git is now available as an e-book.

A Hacker's Guide to Git

You can purchase it on LeanPub. Introduction Git is currently the most widely used version control system in the world, mostly thanks to GitHub. By that measure, I’d argue that it’s also the most misunderstood version control system in the world. This statement probably doesn’t ring true straight away because on the surface, Git is pretty simple. Once you start talking about branching, merging, rebasing, multiple remotes, remote-tracking branches, detached HEAD states… Git becomes less of an easily-understood tool and more of a feared deity. I think a big part of this is due to many people coming to Git from a conceptually simpler VCS – probably Subversion – and trying to apply their past knowledge to Git. Basically, Subversion fits in nicely with our existing computing paradigms. That’s why trying to understand Git in this way is wrong. Repositories At the core of Git, like other VCS, is the repository.

Tree Objects tree 4da454.. Coinpunk/INSTALL.md at master · kyledrake/coinpunk. Peatio/setup-local-ubuntu.md at master · peatio/peatio. Tmux-plugins. Go-build/windows at master · blackboxcoin/go-build. Git-cheat-sheet-large.png (PNG Image, 3300 × 2550 pixels) - Scaled (31%) Bitcoin-js-remote. A JavaScript Remote for Bitcoin bitcoin-js-remote is a user interface for Bitcoin written in JavaScript and released under the MIT/X11 License.

bitcoin-js-remote

It works in most modern browsers as well as on Android and iPhones. If run on an Android phone it can scan QR codes containing addreses to send Bitcoins to! If you don't own an Android device, you can still enter raw bitcoin: URIs in a textbox. For SSL support a small server side script written in Python is required. Bitcoin-js-remote. Money and Currency API. Matthieua/WOW. Sublime Text и плагины к нему. Я начал пользоваться Sublime Text около года назад.

Sublime Text и плагины к нему

Этот редактор бесподобен и этот текст пишу сейчас именно в нём. Я хочу дать новичкам материалы для ознакомления и инструкции по началу работы, а для тех, кто уже пользуется, хочу рассказать про плагины, которыми я пользуюсь. Бонусы Саблайма: Скорость работы Минималистичный интерфейс — ничего лишнего Режим «усиленной концентрации» — совсем ничего лишнего Графическая карта файла — удобная идея навигации по файлу Нечёткий поиск Гибкая настройка под себя без графического интерфейса Мощное, развитое сообщество плагинов, обеспеченное первоначальником Package Control (1000+ плагинов от 800+ авторов) Мультикурсор — редактирование стоблцов текста и не только Продуманные хоткеи Таб-группы — возможностью разделить экран на несколько частей Возможность одновременно редактировать один и тот же файл в разных табах.

Почти все бонусы можно будет увидеть в видеокурсе, о нём ниже. Установка, настройка, система плагинов. Etotheipi/BitcoinArmory. Creating a File Encryption App with JavaScript. Martin Angelov Security and privacy are hot topics at the moment.

Creating a File Encryption App with JavaScript

This is an opportunity for us to take an introspective look into the way we approach security. It is all a matter of compromise – convenience versus total lock down. Today’s tutorial is an attempt to mix a bit of both. The app we are going to build today is an experiment that will allow people to choose files from their computers and encrypt them client-side with a pass phrase. Note that the app doesn’t encrypt the actual file, but a copy of it, so you won’t lose the original. Issues and limitations The 1MB limit If you play with the demo, you will notice that it doesn’t allow you to encrypt files larger than 1mb.

What about HTTPS? When it comes to encrypting data and securing information, people naturally expect the page to be loaded through HTTPS. Blocktrail/socket.io. BlockTrail. Libbitcoin/libbitcoin-server.