« 1336 1337 1338 1339 1340 1506 »

Pages are deceptive. Live life in a basket.

atc » Why does htop display an exclamation mark next to uptime?

atc Musings of technology, sport, life et al #header « Careful with sudo – giving access to vi/vim via sudo could allow someone to wreak havoc A better “reddit this” bookmark button » I keep getting the exclamation mark in htop next to the uptime and always wondered why it’s there. According to t his mailing list post it’s a little easter egg in UptimeMeter.c : 35 char daysbuf[15]; 36 if (days > 100) { 37 sprintf(daysbuf, "%d days(!), ", days); 38 } else if (days > 1) { 39 sprintf(daysbuf, "%d days, ", days); 40 } else if (days == 1) { 41 sprintf(daysbuf, "1 day, "); 42 } else { 43 daysbuf[0] = '\0'; 44 } This entry was written by atc and posted on January 14, 2009 at 11:02 and filed under Linux , NoNeedForWindows , Programming , Technology . Bookmark the permalink . Follow any comments here with the RSS feed for this post ...

Linked on 2014-07-28 00:54:20 | Similar Links
Anatoli Bugorski - Wikipedia, the free encyclopedia

CentralNotice Anatoli Bugorski From Wikipedia, the free encyclopedia Jump to: navigation , search Anatoli Bugorski after the accident, with a red line depicting the path of the proton beam. Anatoli Petrovich Bugorski ( Russian : Анатолий Бугорский ; born 1942) is a Russian scientist who was struck by a particle accelerator beam in 1978. [ 1 ] 1 Accident 2 Aftermath 3 See also 4 References 5 External links Accident [ edit ] As a researcher at the Institute for High Energy Physics in Protvino , Bugorski worked with the largest Soviet particle accelerator , the U-70 synchrotron . [ 2 ] On 13 July 1978, Bugorski was checking a malfunctioning piece of equipment when the safety mechanisms failed. Bugorski was leaning over the equipment when he stuck his head in the path of the proton beam. Reportedly, he saw a flash "brighter than a thousand suns," but di...

Linked on 2014-07-28 00:51:44 | Similar Links
Urban Dictionary: sugoi

_|_ _ _ _|. __|_. _ _ _ _ |_|| |_)(_|| | (_||(_ | |(_)| |(_||\/ / Need help? http://bit.ly/urbandictionary-help Subscribe Feedback look up any word, like plopping : Toggle navigation english Arabic Azerbaijani Bengali Bulgarian Chinese Czech Danish Dutch English Filipino French German Greek Hebrew Hungarian Indonesian Italian Japanese Korean Norwegian Polish Portuguese Romanian Russian Serbian Spanish Swedish Thai Turkish Ukrainian Vietnamese Help translate! word of the day favorites dictionary game thesaurus names store add sign in [if lt IE 9]> <form accept-charset="UTF-8" action="/search.php" class="define-form" method="post"><div style="display:none"><input name="authenticity_token...

Linked on 2014-07-27 23:28:59 | Similar Links
kenkeiter/skeuocard · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 3,049 Fork 215 kenkeiter / skeuocard /.container /.repohead Code Issues Pull Requests Wiki Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface. http://kenkeiter.com/skeuocard/ 154 commits 3 branches 6 releases 7 contributors JavaScript 46.8% CoffeeScript 35.3% CSS 17.9% JavaScript CoffeeScript CSS branch: master Switch branches/tags /.select-menu-header Branches ...

Linked on 2014-07-27 21:36:27 | Similar Links
Biosafety level - Wikipedia, the free encyclopedia

CentralNotice Biosafety level From Wikipedia, the free encyclopedia Jump to: navigation , search This article's factual accuracy may be compromised due to out-of-date information . Please update this article to reflect recent events or newly available information. (May 2013) A biosafety level is the level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. The levels of containment range from the lowest biosafety level 1 (BSL-1) to the highest at level 4 (BSL-4). In the United States, the Centers for Disease Control and Prevention (CDC) have specified these levels. [ 1 ] In the European Union , the same biosafety levels are defined in a directive . [ 2 ] 1 History 2 Rationale 3 Levels 3.1 Biosafety level 1 3.2 Biosafety level 2 3.3 Biosafety level 3 3.4 Biosafety level 4 4 List of BSL-4 facili...

Linked on 2014-07-27 08:37:47 | Similar Links
Elzor/erlang-golang-node · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 0 Fork 0 Elzor / erlang-golang-node /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Erlang + GoErlang complex example 2 commits 1 branch 0 releases 1 contributor Erlang 69.9% Go 30.1% Erlang Go branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-me...

Linked on 2014-07-27 08:02:26 | Similar Links
Music | 0edit

Neotokyo GSDF Neotokyo NSF 0edit Sydney, Australia Ed Harrison - Composer, Audio Engineer, Artist ghostiq.com YouTube SoundCloud 0edit.com forbnl.com Contact 0edit Download help Bandcamp log in terms of use privacy copyright policy status switch to mobile view log in contact / help terms of use privacy copyright policy Bandcamp switch to desktop view ...

Linked on 2014-07-27 07:37:38 | Similar Links |
std::decay - cppreference.com

header cppreference.com 0 Search /0 0 Create account Log in /0 0 Namespaces Page Discussion /0 1 Variants /1 0 Views View Edit History /0 1 Actions /1 /header content firstHeading std:: /firstHeading bodyContent tagline From cppreference.com /tagline subtitle < cpp ‎ | types /subtitle bodycontent C++ Language Standard library headers Concepts Utilities library Strings library Containers library Algorithms library Iterators library Numerics library Input/output library Localizations library Regular expressions library (C++11) Atomic operations library (C++11) Thread support library (C++11) [edit] Utilities library Type support (basic types, RTTI, type traits) Dynamic memory management Error handling Program utilities Variadic functions D...

Linked on 2014-07-27 06:31:08 | Similar Links
ha4: The fatal attraction of FRP

ha4 corrects IE6 width calculation google_ad_section_start(name=default) Tuesday, July 22, 2014 For about a year or so, I have made Functional Reactive Programming (FRP) taboo. I cringed at every mention of it. I think this was a mental self-defense reaction, my extended immune system was sending me a signal that I spent too much time thinking about this subject without any tangible results. The fatal attraction of FRP is its simplicity. Semantics are beautiful and clear. There are Behaviors, functions of time, Events, timed occurrences, and they all dance together. You write causal transformations (future values depend on past values, not vise versa), and it works. You use equational reasoning to transform your progra...

Linked on 2014-07-27 06:22:12 | Similar Links
dx
io.smashthestack.org

π ___ / /\ /__/\ / /::\ \__\:\ / /:/\:\ / /::\ / /:/ \:\ __/ /:/\/ /__/:/ \__\:\ /__/\/:/~~ \ \:\ / /:/ \ \::/ \ \:\ /:/ \ \:\ \ \:\/:/ \__\/ \ \::/ \__\/ This is the frontpage of the IO wargame, one of the wargames of the smashthestack network. Now with added radare2. IO is our most mature game, it has however produced two children in various stages of development. io64 , and ioarm . Running on x86_64 and ARMv7 respectively. You have to use an ssh client to connect to the game. ssh level1@io.smashthestack.org level1 tags file Basic: 2 3 4 5 6 7 8 9 10 Special: 11 12 13 14 15 16 17 18 19 20 Reversing: 21 22 23 24 25 misc: 26 27 28 29 30 31 32 Community: intro/demo - cons2011 - arm ° cons2012 cons2013 resident me last updated March 2014...

Linked on 2014-07-27 05:41:39 | Similar Links
YES · 22acdd9 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 25 Fork 3 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code YES Loading branch information ... commit 22acdd925c8fa84e089db605f397f130a1e874a3 1 parent 99013a3 qpfiffer authored July 26, 2014 Show diff stats Hide diff stats Showing 1 changed file with 4 additions and 2 deletions . + 4 − 2      scripts/fix_the_thing.py 6      scripts/fix_the_thing.py Show notes View ...

Linked on 2014-07-27 05:20:28 | Similar Links
Added rando fixing script for a dumb bug. · 99013a3 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 25 Fork 3 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Added rando fixing script for a dumb bug. Loading branch information ... commit 99013a38a7dcec376a09411e347e136fbe5e507c 1 parent 54c039c qpfiffer authored July 26, 2014 Show diff stats Hide diff stats Showing 1 changed file with 25 additions and 0 deletions . + 25 − 0      scripts/fix_the_thing.py 25      scripts/fix_the_t...

Linked on 2014-07-27 05:11:06 | Similar Links
Better Font Rendering In Linux With Infinality ~ Web Upd8: Ubuntu / Linux blog

BuySellAds Ad Code End BuySellAds Ad Code top_728x90_banner Home Ubuntu PPAs Unity Utopic development Xfce GNOME Shell Themes CLI About Top left ad WebUpd8.org Install Oracle Java 7 in Ubuntu via PPA Repository 10 Things To Do After Installing Ubuntu 14.04 Trusty Tahr To Get A Near Perfect Desktop Mount Google Drive In Linux With google-drive-ocamlfuse How To Install And Tweak GNOME Flashback Session In Ubuntu 14.04 Enable Hardware Acceleration In Chrome / Chromium Browser Unity Global Menu Can Now Be Disabled For Individual Applications [Ubuntu 14.04 Trusty Tahr] Improve Power Usage / Battery Life In Linux With TLP Ubuntu Multi-Monitor Tweaks Install Nemo With Unity Patches (And Without Cinnamon Dependencies) In Ubuntu Things To Do After Installing Ubuntu On A Chromebook Using Crouton How To Ins...

Linked on 2014-07-27 04:01:10 | Similar Links
Pulse · kyleterry/tenyks · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 4 Fork 3 kyleterry / tenyks /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Period: 24 hours Filter Activity /.select-menu-header 24 hours /.select-menu-item 3 days /.select-menu-item 1 week /.select-menu-item 1 month /.select-menu-item /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu - pulls graph 0 Active Pull Requests /pulls graph issues graphs 0 Active Issues 0 Merged Pull Requests 0 Prop...

Linked on 2014-07-27 00:51:40 | Similar Links
« 1336 1337 1338 1339 1340 1506 »

Pages are deceptive. Live life in a basket.