Recent

Author Topic: BigChimp passed away on 4th december  (Read 37194 times)

x2nie

  • Hero Member
  • *****
  • Posts: 515
  • Impossible=I don't know the way
    • impossible is nothing - www.x2nie.com
Re: BigChimp passed away on 4th december
« Reply #45 on: December 12, 2014, 04:20:05 am »
My respect to him and his family.
 :'(
When you were logged in, you can see attachments.
Lazarus Github @ UbuntuCinnamon-v22.04.1 + LinuxMintDebianEdition5

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: BigChimp passed away on 4th december
« Reply #46 on: December 12, 2014, 07:43:30 am »
This message saddens me.

I had some very fruitful discussions with him in this forum and in the Lazarus wiki. He will leave a large gap in the community.

My condolence to his family and friends.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Mike.Cornflake

  • Hero Member
  • *****
  • Posts: 1260
Re: BigChimp passed away on 4th december
« Reply #47 on: December 12, 2014, 07:49:07 am »
I was absolutely gutted when I heard the news and I miss him dearly.

Rest in peace Reinier, thanks for everything...
Lazarus Trunk/FPC Trunk on Windows [7, 10]
  Have you tried searching this forum or the wiki?:   http://wiki.lazarus.freepascal.org/Alternative_Main_Page
  BOOKS! (Free and otherwise): http://wiki.lazarus.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines

bill0287

  • Full Member
  • ***
  • Posts: 146
Re: BigChimp passed away on 4th december
« Reply #48 on: December 12, 2014, 05:17:47 pm »
I am also deeply saddened by this news.

BigChimp helped me immensely when I first discovered Lazarus. His knowledge and patience made the transition to Laz easy and enjoyable.

My condolences to his family and friends.

typo

  • Hero Member
  • *****
  • Posts: 3051
Re: BigChimp passed away on 4th december
« Reply #49 on: December 16, 2014, 04:51:40 am »
He just helped me with lzRichEdit. Rest in peace, my friend.

clauslack

  • Sr. Member
  • ****
  • Posts: 275
Re: BigChimp passed away on 4th december
« Reply #50 on: December 21, 2014, 09:54:49 pm »
My condolences to his family. Thanks for you work. (specially Turbobird and TDbf).
A big lost for Lazarus Comunity  :'(

nomorelogic

  • Full Member
  • ***
  • Posts: 165
Re: BigChimp passed away on 4th december
« Reply #51 on: December 22, 2014, 05:08:20 pm »
I know this shocking news just now
thanks for everything BigChimp

typo

  • Hero Member
  • *****
  • Posts: 3051
Re: BigChimp passed away on 4th december
« Reply #52 on: December 22, 2014, 05:29:58 pm »
Good way to die, making what you like in an open source community. I want to die this way too.

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: BigChimp passed away on 4th december
« Reply #53 on: December 24, 2014, 04:14:40 am »
I found that BigChimp was active in TurboBird repository until 26-October, and this is one of his last commits/additions there:

Code: [Select]
// if -1 specified: delete entire mapping array
// Returns true if one or more mappings were deleted
function DeleteMapping(Item: integer): boolean;
+ // Delete mapping for specified destination field
+ // Returns true if one or more mappings were deleted
+ function DeleteMapping(DestinationField: string): boolean;
// After calling readrow, getdata returns data in the field mapped to
// DestinationField or empty if nothing found
function GetData(DestinationField: string): string;
@@ -222,6 +225,19 @@ function TFileImport.DeleteMapping(Item: integer): boolean;
FRowData.Delete(Item);
// Release last array item
SetLength(FMapping,High(FMapping));
+ result:=true;
+ end;
+end;
+
+function TFileImport.DeleteMapping(DestinationField: string): boolean;
+var
+ Index: integer;
+begin
+ result:=false;
+ Index:=GetMappingIndex(DestinationField);
+ if Index>-1 then
+ begin
+ result:=DeleteMapping(Index);
end;
end;

cov

  • Full Member
  • ***
  • Posts: 241
Re: BigChimp passed away on 4th december
« Reply #54 on: January 11, 2015, 05:52:44 am »
Sorry to hear this sad news on the Lazarus mailing list.

Big Chimp helped me a lot and could always be relied upon to offer helpful advice.

~Dave Coventry

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: BigChimp passed away on 4th december
« Reply #55 on: January 12, 2015, 02:59:34 pm »
I came to the forum after some time and I couldn't believe my eyes... :(

A great loss for this community... he helped many people on the forum and made quite an effort to improve the wiki, IMHO a great contribution in itself. And what's more to say about fpcup... I fortunately got to know him a little while briefly collaborating with him on the project...

In any case it's a great loss of a person too young to die, and so full of creative energy and willing to share it with others...

You will be missed, Reiner... Rest in peace...
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: BigChimp passed away on 4th december
« Reply #56 on: January 13, 2015, 04:54:11 am »
i feel upset about this.  i remember him being very helpful regardless the mood i was in.  a big thanks to him
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

jma_sp

  • Full Member
  • ***
  • Posts: 150
  • El conocimiento si ocupa lugar.
Re: BigChimp passed away on 4th december
« Reply #57 on: January 15, 2015, 06:26:59 pm »
Siento enterarme de estas malas noticias  :(

Estuvo por aquí incluso en su estado compartiendo con tod@s nosotr@s, no sabía que estaba tan enfermo:

--------------------------------------------------------------------------------------------------------------------------
LazReport translation!

Ola Jma sp, (Sorry, my Spanish is about non-existent). Noticed your work on translating the LazReprot docs into Spanish - just wanted to say thanks. I'm glad that my own work in updating the docs pays off and helps others ;)

Regards, --BigChimp 10:27, 15 October 2014 (CEST)

--------------------------------------------------------------------------------------------------------------------------

Pero realmente las gracias es para él, yo solo traduzco, el mérito es para quien tiene algo que enseñar y además lo más importante la dedicación a su afición para con los demás de forma altruista.

Gracias BigChimp, sin duda una gran persona, se te echará de menos por aquí.

Mi más sentido pésame para la familia.

A pesar de la aparente distancia que a veces no deja conocerse a la gente que participa y disfruta de este site hay cosas que no tienen precio y una de ellas es contribuir a crear algo mejor todos los días.
Devuan Beowulf 3.0( JWM/ROX/iDesk) - Puppy Linux,  Haiku OS,.ReactOS 0.4.xx  - FreeDos .

WickedDum

  • Full Member
  • ***
  • Posts: 211
Re: BigChimp passed away on 4th december
« Reply #58 on: January 31, 2015, 07:24:25 am »
Wow.

My condolences to his family.

I have read numerous posts/comments by BigChimp; not only in response to my own posts.  His contributions will stand the test of time; but we're all going to have a void due to no new posts...

May he rest in peace.  God bless.
Practice Safe Computing!!

Intel i5-4460K @ 3.2GHz | Win8.1 64-bit | FPC: v3.0 | Lazarus:  v1.6.0

swierzbicki

  • Full Member
  • ***
  • Posts: 177
Re: BigChimp passed away on 4th december
« Reply #59 on: January 31, 2015, 09:09:21 am »
So sad  :(

RIP BigChimp.

Condolences to his family
Lazarus 1.6.2
fpc 3.0.0
wince/win32/win64
delphi berlin

 

TinyPortal © 2005-2018