EastBay CodeHaus

Random Notes on Programming

Friday, April 4, 2014

oracle snippet for sorting by ip address


select n from t1 order by regexp_replace(regexp_replace(n, '(\d+)', '00\1'), '0*(\d{3})', '\1');
at 5:28 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Tuesday, April 1, 2014

Simple C Web Server

Here's a nice example of practical network programming in C, about 200 loc.

http://www.ibm.com/developerworks/systems/library/es-nweb/index.html

at 9:17 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Two Interesting Articles on UDP

Should you use UDP in your game?  Here's two interesting points of view.

  • http://1024monkeys.wordpress.com/2014/04/01/game-servers-udp-vs-tcp/
  • https://thoughtstreams.io/glyph/your-game-doesnt-need-udp-yet/
at 11:11 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: TCP, UDP
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
  • A note from Donald Knuth about The Art of Computer Programming
    A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
  • Duckdb Full Text Search Example
    I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
  • Animating an OpenSCAD Figure
    First, let's draw a cube:     cube(10,true); Now, let's animate a 360 degree turntable view of the cube:     rotate([0,0,$...

About Me

Mark Harrison
View my complete profile

Blog Archive

  • September 2024 (1)
  • August 2024 (1)
  • May 2023 (1)
  • April 2023 (2)
  • October 2022 (1)
  • August 2022 (5)
  • May 2022 (7)
  • October 2020 (10)
  • June 2020 (1)
  • September 2019 (1)
  • July 2017 (1)
  • May 2017 (1)
  • November 2016 (4)
  • September 2016 (1)
  • August 2016 (2)
  • July 2016 (2)
  • June 2016 (3)
  • May 2016 (1)
  • April 2016 (3)
  • March 2016 (3)
  • February 2016 (3)
  • January 2016 (6)
  • December 2015 (4)
  • November 2015 (9)
  • October 2015 (2)
  • June 2015 (4)
  • May 2015 (4)
  • November 2014 (1)
  • August 2014 (1)
  • July 2014 (3)
  • June 2014 (2)
  • April 2014 (3)
  • February 2014 (1)
  • January 2014 (1)
  • May 2013 (1)
  • April 2013 (3)
  • May 2012 (1)
  • March 2012 (1)
  • February 2012 (1)
  • August 2010 (2)
  • August 2009 (3)
  • December 2008 (1)
  • May 2007 (3)
  • February 2007 (1)
  • January 2007 (1)
  • October 2006 (1)
  • June 2006 (3)
  • May 2006 (1)
  • April 2006 (1)
  • March 2006 (1)
  • October 2005 (1)

Labels

  • --- blogodex --- toc: second yaml idx: yaml
  • apollo
  • as of
  • asktom oracle api
  • audio extraction
  • blogodex: blogodex / blogodex 2.0
  • books
  • building software
  • c++
  • circle
  • classpath
  • commit template
  • consolas
  • cx_oracle
  • dataguard
  • debugging
  • documentation
  • exemplar
  • fonts
  • fundamentals
  • git
  • git push
  • github
  • golang videos
  • history
  • http
  • installation
  • java
  • java glob
  • java microservice
  • Jay Kreps
  • jq
  • json
  • Kafka
  • keepalive
  • knuth
  • linux
  • Liu Cixin
  • logging
  • mac
  • mac setup
  • maven
  • MechanicalSoup
  • monitoring
  • null
  • omnigraffle
  • openSCAD
  • opinion
  • ORA-03135
  • oracle
  • Oracle SCN
  • pagegen
  • problem areas
  • publishing
  • python
  • python one-liners
  • requests
  • scalability
  • science fiction
  • software
  • sphinx
  • Sql Developer
  • stack fallacy
  • stack-overflow
  • TCP
  • themes
  • Three Body Problem
  • timeout
  • tutorial
  • tutorials
  • UDP
  • video conversion
  • web
  • xml-rpc
  • youtube
  • Blogger Buzz

HTML Gadget

  • Home
Simple theme. Powered by Blogger.