Blogs1 - 10 of 264 recent posts for tag:recursion
16
Dec
2009
How to get the Part object from virtually any object within it

1 day ago by v5vb

Sometimes I run into a situation where I have a variable that refers to some object inside a part and somehow I need to need to get at the part that the object exists in. Here, I will show an easy way to get the part object from virtually any other child object in that [...]

CATIA V5 Automation - v5vb.wordpress.com

Recursive unRAR and delete

1 day ago by l0b0

Just a continuation of a script mentioned at LinuxQuestions: #!/bin/sh # # NAME # unrarr.sh - UnRAR recursive # # SYNOPSIS # unrarr.sh [options] directory... # # OPTIONS # -d,--delete Delete files after successfully uncompressing them # -v Verbose output # # EXAMPLE # ./unrarr.sh ~/downloads # # Unc ...

Paperless - l0b0.wordpress.com

15
Dec
2009
Books on Science – Essays Inspired by Microsoft’s Jim Gray, Who Saw ...

1 day ago by Carlja9

Dr. Wing has argued that ideas like recursion, parallelism and abstraction taken from computer science will redefine modern science. Implicit in the idea of a fourth paradigm is the ability, and the need, to share data. In sciences like physics and astronomy, the instruments are so expensive that da ...

Math & Science Olympics - mathscienceolympics.wordpress.com

14
Dec
2009
Still not impressed

3 days ago by Comixed

Pictures by: dunno source, reaction guys Comic by: jinlazydays via Comix Builder

Comixed - comixed.com · Rank: 11,770 · 103 references

Recursive Tree

3 days ago by Nat

Yet another recursive artsy-ish program done in Processing. This time, the recursion occurs in each segment of the tree. Every segment creates two new segments, over and over again. Then at some point, the segments stop remaking segments and create little circles at their tips. You’ll need Java inst ...

Flashy Programming - flashyprogramming.wordpress.com

13
Dec
2009
Reversing a String using Recursion (substring) and StringBuilder in Java

3 days ago by Arun Kumar

Recently I attended a job interview, in which they asked me to write an algorithm to reverse a String - "Hello World" to "dlroW olleH". After the interview, I was tempted to test a few possible methods for reversing a String. I started with recursion, manual reverse using multiple ways and finally u ...

Techno Log - Software ... - avanathan.com

11
Dec
2009
Y combinator in Scala

6 days ago by Christian

This is just a quick post to share this thing with the world: the Y-combinator in Scala (yipee, anonymous recursion). Unfortunately this can’t be written purely as Scala does not employ lazy evaluation (like Haskell does). 1 2 3 4 5 6 7 8 9 object YCombinator { def Y [A ] (f : (A => A ) => (A => A ) ...

32leaves - blog.32leaves.net

08
Dec
2009
Re(c/k)ursion

8 days ago by Moritz

Heute: Das allseits geliebte Thema Rekursion Rekursion hat man verstanden, wenn man Rekursion verstanden hat! Im Internet gibt es dazu reichlich lustiges Material und heute ist uns mal wieder etwas aufgefallen: Der Spaß funktioniert natrlich auch in der deutschen Version, dann aber bitte mit “rekurs ...

» Moritz online - cart.kolix.de · Rank: 142,070 · 16 references

06
Dec
2009
Java Examples

10 days ago by theCTO

Image via Wikipedia Ever Google to figure out how to do something in java. Its always fun. Try Googling: file recursion java you will get: Results 1 - 10 of about 886,000 for file recursion java A typical java subject search gives you everything you already know but not the one thing you need. You w ...

The CTO's blog - thectoblog.com

Strange Way to Spell "Salad Mix"

11 days ago by Michael Drake

Michael Drake - strangedoctrines.com · Rank: 116,123 · 21 references

Previous1234567