Лемла Владимир Александрович : другие произведения.

Склерозник

Самиздат: [Регистрация] [Найти] [Рейтинги] [Обсуждения] [Новинки] [Обзоры] [Помощь|Техвопросы]
Ссылки:


 Ваша оценка:
  • Аннотация:
    Просто склерозник


Всякие ссылки

Bookmarks

C

C Bit Twiddling Hacks
C/C++ Macro string concatenation
Linux kernel Linked Lists
Fixed width integer types (since C99) & Format macro constants
Types, Macro constants, Function macros for minimum-width integer constants, Format macro constants printf("%+"PRId64"\n", INT64_MIN); printf("%+"PRId64"\n", INT64_MAX);
C++0x/C++11 Support in GCC
Getting the saved instruction pointer...
http://code.kingofcoders.com/resposity/a/a/ab/abacuscm/abacus-1.0.0/src/sigsegv.c
Lambda Functions in C++11 - the Definitive Guide
Finding a Loop in a Singly Linked List
GNU C - Declaring Attributes of Functions
The keyword __attribute__ allows you to specify special attributes when making a declaration. ................

C++

C++ Language
Using C++11’s Smart Pointers
Standard C++ Library reference
C/C++ Macro string concatenation
C++11
The Typedef Keyword in C and C++
Fixed width integer types (since C99) & Format macro constants
Types, Macro constants, Function macros for minimum-width integer constants, Format macro constants printf("%+"PRId64"\n", INT64_MIN); printf("%+"PRId64"\n", INT64_MAX);
C++0x/C++11 Support in GCC
Libmicrohttpd
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
A simple REST framework on C/C++
Lambda Functions in C++11 - the Definitive Guide
GoogleTest: C++ unit test framework
operator overloading
Customizes the C++ operators for operands of user-defined types.
std::function
Class template std::function is a general-purpose polymorphic function wrapper. Instances of std::function can store, copy, and invoke any Callable target -- functions, lambda expressions, bind expressions, or other function objects, as well as pointers to member functions and pointers to data members. The stored callable object is called the target of std::function. If a std::function contains no target, it is called empty. Invoking the target of an empty std::function results in std::bad_function_call exception being thrown.
200 C++ interview questions and answers

fcip

Fixing FCIP and SRDF
Fixing FCIP and SRDF

gcc

Other built-in functions provided by GCC

hrtimers

Linux kernel hrtimers
hrtimers - subsystem for high-resolution kernel timers
A new approach to kernel timers

html

HTML Quick List

HTTP

Libmicrohttpd
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.

IKE

Internet Key Exchange version 2 IKEv2 protocol
PF_KEY Key Management API, Version 2

ipsec

XFRM overview
Linux's IPSEC transform engine
USAGI IPv6 IPsec Development for Linux
IPsec HOWTO
This HowTo will cover the basic and advanced steps setting up a VPN using IPsec based on the Linux Kernels 2.6. Since there is a vast amount of documentation available for the Linux Kernel 2.4, this HowTo will concentrate on the new IPsec Features in the 2.6 kernel.
StrongSwan project management site
IPv6 IPsec and Mobile IPv6 implementation of Linux
PF_KEY Key Management API, Version 2
IPsec Databases
Creating VPNs with IPsec and SSL/TLS
Internet Key Exchange version 2 IKEv2 protocol
IPSec VPN Fundamentals
StrongSwan Configuration Guide
Декодирование ipsec в Linux
strongSwan and Openswan comparison
Summary on the IPSec XFRM framework
IPsec Processing

ipv6

IPv6 header
IPv6 IPsec and Mobile IPv6 implementation of Linux

kernel

Linux kernel Linked Lists
Linux Kernel Documentation
Linux Cross Reference
Source navigation, Identifier search, Freetext search
vm/min_free_kbytes - Why Keep Minimum Reserved Memory?
proc/sys/vm/min_free_kbytes: This controls the amount of memory that is kept free for use by special reserves including “atomic” allocations (those which cannot wait for reclaim)
Linux kernel hrtimers
hrtimers - subsystem for high-resolution kernel timers
A new approach to kernel timers
What is RCU, Really?
RCU is a synchronization mechanism that was added to the Linux kernel.
Kernel Spinlock Metering for Linux
GCC hacks in the Linux kernel
GCC hacks in the Linux kernel
Documentation for /proc/sys/kernel/*
Scaling in the Linux Networking Stack
This document describes a set of complementary techniques in the Linux networking stack to increase parallelism and improve performance for multi-processor systems. The following technologies are described: RSS: Receive Side Scaling RPS: Receive Packet Steering RFS: Receive Flow Steering Accelerated Receive Flow Steering XPS: Transmit Packet Steering
KernelHacking-HOWTO/Debugging Kernel

kernel hrtimers

The high-resolution timer API
The high-resolution timer API

linux

mutrace - Measuring Lock Contention
15 Linux lsof Command Examples (Identify Open Files)
lsof stands for List Open Files.
What Is /dev/shm And Its Practical Usage
ip(7) - Linux man page
Dropwatch to see where the packets are dropped in kernel stack ..
Linux Tuning
This page contains a quick reference guide for Linux 2.6+ tuning for Data Transfer hosts connected at speeds of 1Gbps or higher. Note that most of the tuning settings described here will actually decrease performance of hosts connected at rates of OC3 (155 Mbps) or less, such as home users on Cable/DSL connections.
Linux kernel Linked Lists
Linux Lighting Group
Performance Tuning: HugePages in Linux
Linux Kernel Documentation
Taming The Linux Keyboard
Getting the saved instruction pointer...
http://code.kingofcoders.com/resposity/a/a/ab/abacuscm/abacus-1.0.0/src/sigsegv.c
A look at ftrace [LWN.net]
Linux Cross Reference
Source navigation, Identifier search, Freetext search
Inline assembly for x86 in Linux
What does the vm.swappiness parameter really control?
mhddfs — Монтирование нескольких разделов в одну директорию
vm/min_free_kbytes - Why Keep Minimum Reserved Memory?
proc/sys/vm/min_free_kbytes: This controls the amount of memory that is kept free for use by special reserves including “atomic” allocations (those which cannot wait for reclaim)
Linux kernel hrtimers
hrtimers - subsystem for high-resolution kernel timers
LINUX KERNEL MEMORY BARRIERS
Linux Network Namespaces
A new approach to kernel timers
The high-resolution timer API
The high-resolution timer API
tcp(7) - Linux man page
Unofficial comp.os.linux.development.* FAQ
Linux IPv6 HOWTO
PASS - the standard unix password manager
pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git.
The "Out of socket memory" error
What is RCU, Really?
RCU is a synchronization mechanism that was added to the Linux kernel.
TCP parameters, Linux kernel
The following flow graph represents the TCP socket client/server answer/reply flow stack.
Kernel Spinlock Metering for Linux
GCC hacks in the Linux kernel
GCC hacks in the Linux kernel
Flushing out pdflush
Linux Network Performance Ttuning
Documentation for /proc/sys/kernel/*
Scaling in the Linux Networking Stack
This document describes a set of complementary techniques in the Linux networking stack to increase parallelism and improve performance for multi-processor systems. The following technologies are described: RSS: Receive Side Scaling RPS: Receive Packet Steering RFS: Receive Flow Steering Accelerated Receive Flow Steering XPS: Transmit Packet Steering

mutex

mutrace - Measuring Lock Contention

networking

The Hidden Treasures of IPTables
Tcpdump usage examples
Example iptables firewall
Linux's IPSEC transform engine
IPsec HOWTO
This HowTo will cover the basic and advanced steps setting up a VPN using IPsec based on the Linux Kernels 2.6. Since there is a vast amount of documentation available for the Linux Kernel 2.4, this HowTo will concentrate on the new IPsec Features in the 2.6 kernel.
StrongSwan project management site
StrongSwan IKEv2 Configuration Examples
High Performance Networking in Google Chrome
ip(7) - Linux man page
packetdrill - network stack testing tool
The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device.
The Sniffer's Guide to Raw Traffic
Dropwatch to see where the packets are dropped in kernel stack ..
How SKB works
How TCP output engine works
The myth of tcp_low_latency
perfect clarification of tcp_low_latency
Linux Tuning
This page contains a quick reference guide for Linux 2.6+ tuning for Data Transfer hosts connected at speeds of 1Gbps or higher. Note that most of the tuning settings described here will actually decrease performance of hosts connected at rates of OC3 (155 Mbps) or less, such as home users on Cable/DSL connections.
Модели реализации протокола TCP и его перспективы
Модели реализации протокола TCP и его перспективы Семенов Ю.А. (ГНЦ ИТЭФ)
Get destination address of a received UDP packet
RTOS documantation
StrongSwan Configuration Guide
Setting the out-of-band data for sockets - SO_OOBINLINE
SO_OOBINLINE
TCP call stack, TCP stack and signal
Декодирование ipsec в Linux
Defenses Against TCP SYN Flooding Attacks
Understanding TCP/IP Network Stack & Writing Network Apps
Linux Network Namespaces
TCP
tcp(7) - Linux man page
Linux IPv6 HOWTO
The "Out of socket memory" error
strongSwan and Openswan comparison
TCP parameters, Linux kernel
The following flow graph represents the TCP socket client/server answer/reply flow stack.
TCP Tutorial
IPv6 header
Summary on the IPSec XFRM framework
An Overview of TCP/IP Protocols and the Internet
Linux Network Performance Ttuning
Fixing FCIP and SRDF
Fixing FCIP and SRDF
Iptables Tutorial 1.2.2
Quick HOWTO : Linux Firewalls Using iptables
Scaling in the Linux Networking Stack
This document describes a set of complementary techniques in the Linux networking stack to increase parallelism and improve performance for multi-processor systems. The following technologies are described: RSS: Receive Side Scaling RPS: Receive Packet Steering RFS: Receive Flow Steering Accelerated Receive Flow Steering XPS: Transmit Packet Steering

ntp

Quick HOWTO : The NTP Server

pcap

The Sniffer's Guide to Raw Traffic

photo software

Photo Stitching

pictures

Internet Archive Book Images
Гигантская база исторических изображений в Интернете Американский исследователь создает гигантскую базу данных из 12 миллионов исторических изображений, предоставляя возможность пользоваться ей по своему усмотрению любому желающему.

programming

C++ Language
volatile: The Multithreaded Programmer's Best Friend
15 Linux lsof Command Examples (Identify Open Files)
lsof stands for List Open Files.
GPERF A Perfect Hash Function Generator
C Bit Twiddling Hacks
ip(7) - Linux man page
The Sniffer's Guide to Raw Traffic
PyLint Messages
This page lists all messages supported by PyLint 1.1.0, sorted by message code
Optimizing memory usage in Python: a case study
http://webcache.googleusercontent.com/search?q=cache:gZfj30C49wMJ:guillaume.segu.in/blog/code/487/optimizing-memory-usage-in-python-a-case-study/+&cd=1&hl=en&ct=clnk&gl=us
C/C++ Macro string concatenation
Linux Lighting Group
Python’s optparse for human beings
Fixed width integer types (since C99) & Format macro constants
Types, Macro constants, Function macros for minimum-width integer constants, Format macro constants printf("%+"PRId64"\n", INT64_MIN); printf("%+"PRId64"\n", INT64_MAX);
The GNU C Library
C++0x/C++11 Support in GCC
Libmicrohttpd
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
An Introduction to OpenSSL Programming, Part I of II
A simple REST framework on C/C++
C-like structures in Python
Unix Toolbox
Taming The Linux Keyboard
Getting the saved instruction pointer...
http://code.kingofcoders.com/resposity/a/a/ab/abacuscm/abacus-1.0.0/src/sigsegv.c
Some Dark Corners of C
Slide show
Programming Books (Russian books)
How to Copy a File in Python with shutil
Get destination address of a received UDP packet
Inline assembly for x86 in Linux
Thread-Specific Data and Signal Handling in Multi-Threaded Applications
Lambda Functions in C++11 - the Definitive Guide
What does the vm.swappiness parameter really control?
Setting the out-of-band data for sockets - SO_OOBINLINE
SO_OOBINLINE
Декодирование ipsec в Linux
GoogleTest: C++ unit test framework
Python : Data Structures
LINUX KERNEL MEMORY BARRIERS
Форум на Исходниках.RU
operator overloading
Customizes the C++ operators for operands of user-defined types.
SSL Programming Tutorial
tcp(7) - Linux man page
Unofficial comp.os.linux.development.* FAQ
std::function
Class template std::function is a general-purpose polymorphic function wrapper. Instances of std::function can store, copy, and invoke any Callable target -- functions, lambda expressions, bind expressions, or other function objects, as well as pointers to member functions and pointers to data members. The stored callable object is called the target of std::function. If a std::function contains no target, it is called empty. Invoking the target of an empty std::function results in std::bad_function_call exception being thrown.
HTML Quick List
Writing Programs with NCURSES
The "Out of socket memory" error
OpenSSL Tutorial - Client
What is RCU, Really?
RCU is a synchronization mechanism that was added to the Linux kernel.
GCC hacks in the Linux kernel
GCC hacks in the Linux kernel
Summary on the IPSec XFRM framework
Inside the Windows Vista Kernel
GNU C - Declaring Attributes of Functions
The keyword __attribute__ allows you to specify special attributes when making a declaration. ................
UNIX Socket FAQ

Memory management in Python
PyLint Messages
This page lists all messages supported by PyLint 1.1.0, sorted by message code
Optimizing memory usage in Python: a case study
http://webcache.googleusercontent.com/search?q=cache:gZfj30C49wMJ:guillaume.segu.in/blog/code/487/optimizing-memory-usage-in-python-a-case-study/+&cd=1&hl=en&ct=clnk&gl=us
Python’s optparse for human beings
C-like structures in Python
How to Copy a File in Python with shutil
Hidden features of Python
Python : Data Structures
Python — Basics of Python Dictionary: Looping & Sorting
Python Memory debugging and defragmentation
Python Multithreaded Programming
gevent tutorial

RaspberryPi

Raspberry Pi + Alexa Voice Service
This project demonstrates how to access and test the Alexa Voice Service using a Java client (running on a Raspberry Pi), and a Node.js server. https://developer.amazon.com/avs

rcu

What is RCU, Really?
RCU is a synchronization mechanism that was added to the Linux kernel.

REST

A simple REST framework on C/C++

socket

UNIX Socket FAQ

sockets

UNIX Socket FAQ

software security

PASS - the standard unix password manager
pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git.

srdf

Fixing FCIP and SRDF
Fixing FCIP and SRDF

ssl

What is a Digital Signature?
SSL/TLS Sequence Charts
Creating VPNs with IPsec and SSL/TLS
An Introduction to OpenSSL Programming, Part I of II
SSL Programming Tutorial
OpenSSL Tutorial - Client

strongswan

StrongSwan IKEv2 Configuration Examples
StrongSwan Configuration Guide
strongSwan and Openswan comparison
StrongSwan project management site

tcp

packetdrill - network stack testing tool
The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device.
How SKB works
How TCP output engine works
The myth of tcp_low_latency
perfect clarification of tcp_low_latency
TCP guide
Модели реализации протокола TCP и его перспективы
Модели реализации протокола TCP и его перспективы Семенов Ю.А. (ГНЦ ИТЭФ)
RTOS documantation
Setting the out-of-band data for sockets - SO_OOBINLINE
SO_OOBINLINE
TCP call stack, TCP stack and signal
Defenses Against TCP SYN Flooding Attacks
Understanding TCP/IP Network Stack & Writing Network Apps
TCP
Chris Torek's setaddrs() proposal
The "Out of socket memory" error
TCP parameters, Linux kernel
The following flow graph represents the TCP socket client/server answer/reply flow stack.
TCP Tutorial
An Overview of TCP/IP Protocols and the Internet
UNIX Socket FAQ

tcpdump

Tcpdump usage examples

tricks

UNIX Socket FAQ

udp

Get destination address of a received UDP packet

unix

15 Linux lsof Command Examples (Identify Open Files)
lsof stands for List Open Files.
Unix Toolbox

useful hints

15 Linux lsof Command Examples (Identify Open Files)
lsof stands for List Open Files.
Unix Toolbox
Presentation Language for Non-native Speakers
Useful expressions for non-native speakers giving presentations
Unofficial comp.os.linux.development.* FAQ

vmware

VMware Workstation Using Shared Folders

windows

Inside the Windows Vista Kernel


 Ваша оценка:

Связаться с программистом сайта.

Новые книги авторов СИ, вышедшие из печати:
О.Болдырева "Крадуш. Чужие души" М.Николаев "Вторжение на Землю"

Как попасть в этoт список
Сайт - "Художники" .. || .. Доска об'явлений "Книги"