cgit.bunkergate.org cgit.bunkergate.org

cgit.bunkergate.org

cgit.bunkergate.org

Blog hacked together in Flask. Epoll based server to aggregate time series data over tcp streams. Attempt to override FD SETSIZE without modifying system files. Generated by cgit v0.11.2. At 2015-08-16 08:09:40 (GMT).

http://cgit.bunkergate.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CGIT.BUNKERGATE.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 14 reviews
5 star
9
4 star
2
3 star
3
2 star
0
1 star
0

Hey there! Start your review of cgit.bunkergate.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1 seconds

CONTACTS AT CGIT.BUNKERGATE.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
cgit.bunkergate.org | cgit.bunkergate.org Reviews
<META>
DESCRIPTION
Blog hacked together in Flask. Epoll based server to aggregate time series data over tcp streams. Attempt to override FD SETSIZE without modifying system files. Generated by cgit v0.11.2. At 2015-08-16 08:09:40 (GMT).
<META>
KEYWORDS
1 cgitbunkergate org
2 git repository browser
3 index
4 name
5 owner
6 idle
7 flog
8 michael mcvady
9 3 months
10 chunker
CONTENT
Page content here
KEYWORDS ON
PAGE
cgitbunkergate org,git repository browser,index,name,owner,idle,flog,michael mcvady,3 months,chunker,sandbox,various toy code,9 months,epolltoys,udp/tcp epoll based servers,fd setsize toy,dotvim,vimrc
SERVER
nginx/1.8.0
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

cgit.bunkergate.org | cgit.bunkergate.org Reviews

https://cgit.bunkergate.org

Blog hacked together in Flask. Epoll based server to aggregate time series data over tcp streams. Attempt to override FD SETSIZE without modifying system files. Generated by cgit v0.11.2. At 2015-08-16 08:09:40 (GMT).

INTERNAL PAGES

cgit.bunkergate.org cgit.bunkergate.org
1

sandbox - various toy code

http://cgit.bunkergate.org/sandbox

Add C binary tree implementation. Add C binary tree implementation. Add reverse list function to linked list. Added two crude file tail implementations. Modified inotify.c to listen for more file events. Added test for getNode i in linkedlist.c. Added a tcp ping client/server example. Add makefile for c toys. Sort code into proper directories. Http:/ cgit.bunkergate.org/sandbox. Generated by cgit v1.0. At 2016-11-04 17:07:43 0000.

2

fd_setsize_toy - attempt to override __FD_SETSIZE without modifying system files

http://cgit.bunkergate.org/fd_setsize_toy

Attempt to override FD SETSIZE without modifying system files. Http:/ cgit.bunkergate.org/fd setsize toy. Generated by cgit v1.0. At 2016-11-04 17:07:39 0000.

3

chunker - epoll based server to aggregate time series data over tcp streams

http://cgit.bunkergate.org/chunker

Epoll based server to aggregate time series data over tcp streams. Add pid to stats http server output. Add pid to stats http server output. Add License to .spec for packaging in CentOS 7. Clean up dirty signal handling. Make size of connection known only to stats. Moved the connection struct and associated functions to its own compilation u. Use epoll instead of select to scale beyond 32K connections. Http:/ cgit.bunkergate.org/chunker. Generated by cgit v1.0. At 2016-11-04 17:07:43 0000.

4

dotvim - .vimrc

http://cgit.bunkergate.org/dotvim

Http:/ cgit.bunkergate.org/dotvim. Generated by cgit v1.0. At 2016-11-04 17:07:48 0000.

5

epolltoys - udp/tcp epoll-based servers

http://cgit.bunkergate.org/epolltoys

Added level-triggered tcp server. Added level-triggered tcp server. Checkpoint for epoll-based tcp server. Http:/ cgit.bunkergate.org/epolltoys. Generated by cgit v1.0. At 2016-11-04 17:07:48 0000.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

5

LINKS TO THIS WEBSITE

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/10

Sideloading Nexus Devices with the Android SDK. Included in the factory image. First off, Nexus factory images are listed here. Start off by pulling the proper one down, verifying the integrity, and then extracting the tarball:. To start the bootloader will need to be unlocked. This will wipe the data on the device, but once unlocked this is no longer an issue when flashing in the future. Sideloading the image requires the Android SDK platform tools. Now reboot into the bootloader:. If the bootloader is ...

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/18

SSH Tunneling for Fun and Profit. First, to test, set up temporary Python http server on the remote host:. User@remotehost ]$ mkdir tmp & cd tmp [user@remotehost tmp]$ echo "HELLO WORLD" index.html [user@remotehost tmp]$ python -m http.server 8080 # python3 Serving HTTP on 0.0.0.0 port 8080 . [user@remotehost tmp]$ python -m SimpleHTTPServer 8080 #python2 Serving HTTP on 0.0.0.0 port 8080 . For remote sshd port (default is 22). Instructs OpenSSH to not execute a command on the remote system.

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/20

RPM Packaging Environment for an Arbitrary User. Recently I had to roll my own package on CentOS 7. It's been a while since I've done this and so I had to dig around online to remember how to set up an environment for packaging. So this time around I'll jot down some notes. First thing's first, to build as an arbitrary user we'll need to set up a space for RPMs to be packaged in. Start by defining the location with this via the RPM Macro. Mcvady@centos7 ]$ rpm - eval '% topdir' /home/mcvady/working/rpm.

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/21

RPM Packaging Environment for an Arbitrary User. Recently I had to roll my own package on CentOS 7. It's been a while since I've done this and so I had to dig around online to remember how to set up an environment for packaging. So this time around I'll jot down some notes. First thing's first, to build as an arbitrary user we'll need to set up a space for RPMs to be packaged in. Start by defining the location with this via the RPM Macro. Mcvady@centos7 ]$ rpm - eval '% topdir' /home/mcvady/working/rpm.

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/8

Debugging CGI / CGit. I've been using CGit as a git web front-end. For a bit now and just recently started looking into customizing the root header. Assuming I'd have to hack the code to do so, I decided to pull down the source and build it. Git clone http:/ git.zx2c4.com/cgit/ $ cd cgit/ /cgit $ make get-git & make. I was pleasantly surprised to find I wouldn't have to hack anything; it seems that just about everything I wanted to change was configurable via the cgit config file (default:. Cgit $ CGIT C...

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/17

SSH Tunneling for Fun and Profit. First, to test, set up temporary Python http server on the remote host:. User@remotehost ]$ mkdir tmp & cd tmp [user@remotehost tmp]$ echo "HELLO WORLD" index.html [user@remotehost tmp]$ python -m http.server 8080 # python3 Serving HTTP on 0.0.0.0 port 8080 . [user@remotehost tmp]$ python -m SimpleHTTPServer 8080 #python2 Serving HTTP on 0.0.0.0 port 8080 . For remote sshd port (default is 22). Instructs OpenSSH to not execute a command on the remote system.

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/9

Sideloading Nexus Devices with the Android SDK. Included in the factory image. First off, Nexus factory images are listed here. Start off by pulling the proper one down, verifying the integrity, and then extracting the tarball:. To start the bootloader will need to be unlocked. This will wipe the data on the device, but once unlocked this is no longer an issue when flashing in the future. Sideloading the image requires the Android SDK platform tools. Now reboot into the bootloader:. If the bootloader is ...

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/11

Sideloading Nexus Devices with the Android SDK. Included in the factory image. First off, Nexus factory images are listed here. Start off by pulling the proper one down, verifying the integrity, and then extracting the tarball:. To start the bootloader will need to be unlocked. This will wipe the data on the device, but once unlocked this is no longer an issue when flashing in the future. Sideloading the image requires the Android SDK platform tools. Now reboot into the bootloader:. If the bootloader is ...

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/7

Debugging CGI / CGit. I've been using CGit as a git web front-end. For a bit now and just recently started looking into customizing the root header. Assuming I'd have to hack the code to do so, I decided to pull down the source and build it. Git clone http:/ git.zx2c4.com/cgit/ $ cd cgit/ /cgit $ make get-git & make. I was pleasantly surprised to find I wouldn't have to hack anything; it seems that just about everything I wanted to change was configurable via the cgit config file (default:. Cgit $ CGIT C...

bunkergate.org bunkergate.org

bunkergate.org

http://www.bunkergate.org/tag-show/13

Flask Development on a Raspberry Pi. Project requires lxml as a dependency. I had some issues pulling this in. I was exhausting all 512 MB of memory. As a workaround, I temporarily employed a 512 MB swapfile on the SD card. Python - Problems installing lxml - Raspberry Pi Stack Exchange. Http:/ raspberrypi.stackexchange.com/questions/15284/problems-installing-lxml.

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

16

OTHER SITES

cgit-solutions.de cgit-solutions.de

CG IT-Solutions GmbH: Startseite

Zeit sparen und den Überblick behalten - Unsere Lösungen beschleunigen Ihre Geschäftsprozesse und versetzen Sie in die Lage alle Informationen jederzeit im Zugriff zu haben. Elektronische Aktenverwaltung, Dokumenten Management und digitales Diktat arbeiten dabei Hand in Hand. Mit unseren Lösungen bringen Sie Schwung in Ihre Unternehmensabläufe und stellen die Weichen auf Erfolg.

cgit.asynk.ch cgit.asynk.ch

AsYnK

Coding in your gentle direction. Tactical ground combat simulation for android. Ruby rewrite of evenja - https:/ github.com/evenja. C/EFL graph processing library. C/EFL ragel tokenizer for eo classes definitions. Ruby FFI binding to EFL - Enlightenment Foundation Libraries. Game rules, scans, summaries. Minimal kernel for fun. Velleman's K8055 open source library. Personal but not private. A very very light and tiny rack based web application framework. Lars Hjemli / Jason A. Donenfeld.

cgit.at cgit.at

Christian Gattermair IT – Intelligente IT Lösungen

CGIT Intelligente IT Lösungen. CGIT Intelligente IT Lösungen. Wir beraten Sie zu allen technologischen Trends und finden die optimale Lösung für den reibungslosen Ablauf Ihrer Arbeitsprozesse. Wir installieren und pflegen Ihre Server. Störungsfrei ausserhalb Ihrer Arbeitszeiten. Wir stellen Ihnen unsere Top Infrastruktur zur Verfügung. Immer genau soviel wie Sie gerade brauchen. – Damit sinken Ihre laufenden Kosten ohne große Investitionen. 43 664 88465665 oder helpdesk@cgit.at.

cgit.babelmonkeys.de cgit.babelmonkeys.de

cgit.babelmonkeys.de Git

Execute AdHoc (XEP-50) command. A multi-UI XMPP client. A small XMPP bot interacting. A proof of concept social. A simple XMPP webchat.

cgit.benden.us cgit.benden.us

Benden.us Git repositories

Benden.us Git repositories. Generated by cgit v0.8.3.5 at 2017-01-12 13:31:25 (GMT).

cgit.bunkergate.org cgit.bunkergate.org

cgit.bunkergate.org

Blog hacked together in Flask. Epoll based server to aggregate time series data over tcp streams. Attempt to override FD SETSIZE without modifying system files. Generated by cgit v0.11.2. At 2015-08-16 08:09:40 (GMT).

cgit.ca cgit.ca

CGIT – Canadian Girls In Training — Life with a Purpose since 1915

Canadian Girls In Training — Life with a Purpose since 1915. CGIT Travels the World. CGIT or Canadian Girls In Training is a non-denominational Christian organization for girls in grades 7-12. This unique program was initially developed in 1915 and continues to provide girls today with a place to learn and share leadership skills, self care, social responsibility and caring for our world and humanity. As a Canadian Girl in Training,. Under the leadership of Jesus. 16 Responses to “About”. Thanks for your...

cgit.co.za cgit.co.za

Untitled

Cell: 083 390 2838.

cgit.com.cn cgit.com.cn

深圳市云高信息技术有限公司

cgit.compiz.org cgit.compiz.org

Compiz Git repository browser

Compiz Git repository browser. A fast web interface for compiz git repositories. Compizconfig Settings Manager in Python. GSettings backend for compizconfig. Compizconfig KDE 4 kconfig backend. Compizconfig bindings for python. Compiz configuration system library. A simple settings manager for CompizConf. Cube reflection and cylinder effect plug. 3D models inside cube. Elements plugin rewrite, supports extens. Extra WM functions plugin. Zoom plugin with accessibility awareness. Jpeg image loader plugin.

cgit.cyrus.foundation cgit.cyrus.foundation

cyrus imap git repositories

Cyrus imap git repositories. A fast webinterface for the git dscm. Cyrus-devel@lists.andrew.cmu.edu. Cyrus-devel@lists.andrew.cmu.edu. Cyrus-devel@lists.andrew.cmu.edu. Perl-based Functional Test Suite for Cyrus IMAP. Cyrus-devel@lists.andrew.cmu.edu. Cyrus-devel@lists.andrew.cmu.edu. Generated by cgit v0.10.2 at 2015-08-16 21:35:09 (GMT).