Older blog entries for sness (starting at number 4114)

Embedded in Academia : 57 Small Programs that Crash Compilers

Embedded in Academia : 57 Small Programs that Crash Compilers: "C17 : Crashes GCC 3.2.0 at -O2:


union U1 {
  int f0;
  char f1
};
void
fn1 (union U1 p1) {
  p1.f1 = 0;
  for (; p1.f1;) {
  }
}"

'via Blog this'

Syndicated 2012-04-05 16:03:00 from sness

What are the prerequisites for learning Go? - Google Groups

What are the prerequisites for learning Go? - Google Groups: "Go, the language, is definitely simpler than Python, the language. It
is true, though, that you can teach a small subset of Python faster
than you can teach the whole Go language."

'via Blog this'

Syndicated 2012-04-05 16:02:00 from sness

How Not To Sort By Average Rating

How Not To Sort By Average Rating: "CORRECT SOLUTION: Score = Lower bound of Wilson score confidence interval for a Bernoulli parameter

Say what: We need to balance the proportion of positive ratings with the uncertainty of a small number of observations. Fortunately, the math for this was worked out in 1927 by Edwin B. Wilson. What we want to ask is: Given the ratings I have, there is a 95% chance that the "real" fraction of positive ratings is at least what? Wilson gives the answer. Considering only positive and negative ratings (i.e. not a 5-star scale), the lower bound on the proportion of positive ratings is given by:"

'via Blog this'

Syndicated 2012-04-05 16:02:00 from sness

google-styleguide - Style guides for Google-originated open-source projects - Google Project Hosting

google-styleguide - Style guides for Google-originated open-source projects - Google Project Hosting: "Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.

“Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project holds the style guidelines we use for Google code. If you are modifying a project that originated at Google, you may be pointed to this page to see the style guides that apply to that project."

'via Blog this'

Syndicated 2012-04-05 16:02:00 from sness

The Joy of Tech comic... because somebody has to make fun of our new computer overlords.

The Joy of Tech comic... because somebody has to make fun of our new computer overlords.:


Syndicated 2012-04-05 15:58:00 from sness

'via Blog this'


O U T P U T S
PHD
DISSERTATION
Gurevich, M. (2006). Computational Acoustic Modeling of Cetacean
Vocalizations. Stanford University.
Advisor: Jonathan Berger
Committee Members: Chris Chafe, Julius Smith
Examiners: Bill Verplank, Paul DeMarinis, Mark Applebau

Syndicated 2012-04-05 00:28:00 from sness

Computer synthesis of bird songs and calls | Sound and Music Computing

Computer synthesis of bird songs and calls | Sound and Music Computing: "Home » Biblio
Computer synthesis of bird songs and calls
Submitted by admin on Wed, 01/23/2008 - 17:58
Publication Type:
Conference Paper
Authors:
Kahrs, M.; Avanzini, F.
Source:
Limerick, Ireland, p.23-27 (2001)
URL:
PAPERS/NeedHomepage.txt"

'via Blog this'

Syndicated 2012-04-04 23:30:00 from sness

Computer synthesis of bird songs and calls | Sound and Music Computing

Computer synthesis of bird songs and calls | Sound and Music Computing: "Home » Biblio
Computer synthesis of bird songs and calls
Submitted by admin on Wed, 01/23/2008 - 17:58
Publication Type:
Conference Paper
Authors:
Kahrs, M.; Avanzini, F.
Source:
Limerick, Ireland, p.23-27 (2001)
URL:
PAPERS/NeedHomepage.txt"

'via Blog this'

Syndicated 2012-04-04 23:30:00 from sness

The LUCS-KDD Implementation of the FP-growth algorithm

The LUCS-KDD Implementation of the FP-growth algorithm: "A popular "preprocessing" tree structure is the FP-tree proposed by Han et al. (2000). The FP-tree stores a single item (attribute) at each node, and includes additional links to facilitate processing. These links start from a header table and link together all nodes in the FP-tree which store the same "label", i.e. item.

To illustrate the method, considering the simple data set:"

'via Blog this'

Syndicated 2012-04-04 22:56:00 from sness

Exclusive First Look, Word and Trailer for the Short Film Tasha | Horror Movie, DVD, & Book Reviews, News, Interviews at Dread Central

Exclusive First Look, Word and Trailer for the Short Film Tasha | Horror Movie, DVD, & Book Reviews, News, Interviews at Dread Central: "Filmmaker Spencer Estabrooks provided us with an exclusive first look at the trailer for his upcoming zombie short film Tasha, which is set for its world premiere at The Calgary Underground Film Festival on April 18. Read on for a look!

Starring Braliegh James and Jonathan Moxness, Tasha centers around James who portrays the titular character, described as an, ‘ass-kicking, wise-cracking zombie hunter,’ according to the flick’s PR. Filmed last fall in Calgary, Alberta, Canada, Tasha was written by Greg Jaffs and is based on the graphic novel he created with RP Broad, with special effect duties handled by Rocket Punch Studios and visual effects overseen by Solid Green. Karen Pickles produced with financial participation from Bravo!FACT and the Alberta Multimedia Development Fund.

Estabrooks’ previous short, the zombie/western Dead Walkers played Screamfest in 2009 to good notices. His latest Tasha serves as a bit of a teaser to a television series rooted in the latter world which the filmmakers are currently developing."

'via Blog this'

Syndicated 2012-04-04 19:42:00 from sness

4105 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!