User:Kernigh: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add Emacs Lisp to the (already too long) list of languages.)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
{{mylang|Java|2}}
{{mylang|Java|2}}
{{mylang|Perl|2}}
{{mylang|Perl|2}}
{{mylang|Emacs Lisp|1}}
{{mylang|PicoLisp|1}}
{{mylang|PicoLisp|1}}
{{mylang|Python|1}}
{{mylang|Python|1}}
Line 40: Line 41:
* First 20 examples for [[:Category:CMake]] and [[:Category:C Shell]]
* First 20 examples for [[:Category:CMake]] and [[:Category:C Shell]]
* New tasks
* New tasks
** Message digests: ''[[MD4]] (DRAFT)'', ''[[RIPEMD-160]] (DRAFT)'', [[SHA-1]]
** [[Caesar cipher]]
** [[Conjugate transpose]] (DRAFT)
** Matrices: ''[[Conjugate transpose]] (DRAFT)'', ''[[Identity matrix]] (DRAFT)''
** Other new tasks: [[Caesar cipher]], [[Deal cards for FreeCell]], [[Empty directory]], [[Even or odd]], [[Least common multiple]], [[Linear congruential generator]], [[Return multiple values]], [[Set]], [[Subtractive generator]]
** [[Deal cards for FreeCell]]
** [[Empty directory]]
** [[Even or odd]]
** [[Identity matrix]] (DRAFT)
** [[Least common multiple]]
** [[Linear congruential generator]]
** [[MD4]] (DRAFT)
** [[Return multiple values]]
** [[Set]]
** [[SHA-1]]
** [[Subtractive generator]]


== Ruby methods in Enumerable ==
== Ruby methods in Enumerable ==
{| class="wikitable"
{| class="wikitable"
!| Method
!| Enumerable method
!| Rosetta Code task
!| Rosetta Code task
|-
|-

Latest revision as of 19:14, 25 July 2012

My Favorite Languages
Language Proficiency
4 is best, 1 is worst.
Ruby 4
C 3
Factor 3
WML 3
C++ 2
CMake 2
Common Lisp 2
Java 2
Perl 2
Emacs Lisp 1
PicoLisp 1
Python 1
Unix Classic Tools
UNIX Shell 3
AWK 2
bc 2
dc 2
make 2
m4 1
sed 1
Alternate Shells
C Shell 2
es 1
Not BSD
AutoHotkey 1
TI-83 BASIC 1

Ruby is my best language. Most of my contributions come from an OpenBSD machine. A few of my examples come from a Windows machine with MinGW. I never used Factor, PicoLisp nor AutoHotkey until I found them at Rosetta Code.

Contributions by Kernigh

Ruby methods in Enumerable

Method Rosetta Code task
#all?
#any?
#chunk
#collect
#collect_concat
#count
#cycle
#detect
#drop
#drop_while
#each_cons
#each_entry
#each_slice
#each_with_index
#each_with_object
#entries
#find
#find_all
#find_index
#first
#flat_map
#grep
#group_by
#include?
#inject
#map
#max
#max_by
#member?
#min
#min_by
#minmax
#minmax_by
#none?
#one?
#partition
#reduce
#reject
#reverse_each
#select Filter
#slice_before
#sort
#sort_by Sort an array of composite structures
#take
#take_while
#to_a
#zip Loop over multiple arrays simultaneously