Log In
Name:
Pass:
Online Members (0)
No members are currently online.
Current Interguild Time:
Fri Mar 29 2024 4:10 am
Member Chat Box  [click here to enlarge]
Recent Posts and Comments
« Forum Index < Random Chat Forum

aych bee
[?] Karma: 0 | Quote - Link
Friday, August 24 2018, 11:32 pm EST
when i am king

Age: 104
Karma: 147
Posts: 1002
Gender: Female
Location: you will be first against the wall
pm | email
Tell us what programming languages you speak. I know java, python, and something that's too embarrassing to mention here because it will reveal more about my location than you need to know. I can also write html but everyone can do that so it doesn't count even though it's not even a programming language. I want to learn lisp because it seems like the platonic ideal of a programming language


Spoiler:
Jorster
[?] Karma: 0 | Quote - Link
Saturday, August 25 2018, 12:10 am EST
mfw

Karma: 168
Posts: 2549
Gender: Male
Location: The Straight Guy's Garage
pm | email
Python, kinda java, I used to know LUA because I used to program for a garrys mod community when i was like 15, but I haven't touched it since and definitely have forgotten it


jellsprout
[?] Karma: 0 | Quote - Link
Sunday, August 26 2018, 11:57 am EST
Lord of Sprout Tower

Karma: -2147482799
Posts: 6445
Gender: Male
pm | email
Mostly Python, but I also have experience with Java, C++, Matlab, R, Fortran and LaTeX.


Spoiler:
shos
[?] Karma: 0 | Quote - Link
Sunday, August 26 2018, 1:29 pm EST
~Jack of all trades~

Age: 31
Karma: 389
Posts: 8273
Gender: Male
Location: Israel
pm | email
Mostly Python as well. I've also used C, Java, C++, Matlab, and Latex. I tried Ruby, but failed miserably, and am a tad capable in Scheme.


Really though, mostly python.


aych bee
[?] Karma: 0 | Quote - Link
Sunday, August 26 2018, 3:24 pm EST
when i am king

Age: 104
Karma: 147
Posts: 1002
Gender: Female
Location: you will be first against the wall
pm | email
I can write Latex too but I thought that was a markup language like HTML


Spoiler:
krotomo
[?] Karma: 0 | Quote - Link
Sunday, August 26 2018, 6:15 pm EST
The Shepherd

Age: 23
Karma: 249
Posts: 4066
Gender: Male
Location: My chair
pm | email
Just learning Python. I am not even remotely competent with it yet.
atvelonis
[?] Karma: 0 | Quote - Link
Monday, August 27 2018, 12:51 am EST
Apocryphal Ruminator

Karma: 160
Posts: 1642
Gender: Male
Location: An antique land
pm | email
I'm sort of accidentally familiar with JavaScript, but not in a useful way (mostly the result of copy+paste coding on wikis). I'm working on Python too.


'jellsprout' said:
As a kid I always thought tennisballs looked delicious and I liked biting them. I still remember the feel of the fuzz on my teeth and tongue.
aych bee
[?] Karma: 0 | Quote - Link
Saturday, December 22 2018, 1:14 am EST
when i am king

Age: 104
Karma: 147
Posts: 1002
Gender: Female
Location: you will be first against the wall
pm | email
I also know MATLAB and was forced to learn Rcommander although I am 99.7% confident that I will completely forget everything I know about it by the end of the year


Spoiler:
Bryan
[?] Karma: 0 | Quote - Link
Saturday, December 22 2018, 3:35 am EST
The Great Lakes

Age: 27
Karma: 21
Posts: 137
Gender: Male
Location: Your local cattle ranch
pm | email
HTML.



atvelonis
[?] Karma: +2 | Quote - Link
Saturday, December 22 2018, 11:35 am EST
Apocryphal Ruminator

Karma: 160
Posts: 1642
Gender: Male
Location: An antique land
pm | email
Well I just finished a semester of Python, so I guess I understand the basics now. As my capstone project I wrote a script to help with some maintenance on the wiki I run: the bot will log into an account, make a query using the MediaWiki API of all images on the wiki, then iteratively obtain the source code of each file description and edit it to contain the proper licensing information (and then publish said edit). Since MediaWiki has a built-in maximum of 5000 entries for one page in a list for sysops and bots, I'm using recursion to repeat the loop for the next set of 5000 entries. That seems a little bit stupid to me—ideally, the loop should be able to run indefinitely on its own—but because Wikia uses MediaWiki 1.19 (very outdated) instead of a modern version, I'm pretty sure I can't use a newer continuation parameter in the initial query. But the script works so I'm not really bothered by it.


'jellsprout' said:
As a kid I always thought tennisballs looked delicious and I liked biting them. I still remember the feel of the fuzz on my teeth and tongue.
aych bee
[?] Karma: 0 | Quote - Link
Saturday, February 9 2019, 7:10 pm EST
when i am king

Age: 104
Karma: 147
Posts: 1002
Gender: Female
Location: you will be first against the wall
pm | email
I hate C++ so much


Spoiler:
atvelonis
[?] Karma: 0 | Quote - Link
Tuesday, March 26 2019, 3:44 pm EST
Apocryphal Ruminator

Karma: 160
Posts: 1642
Gender: Male
Location: An antique land
pm | email
Yesterday evening was the first time the whole semester that I wrote something in Java that I understood intuitively. I guess having done Python beforehand didn't do me any favors. Java is so much more particular about everything.

Of course, in classic university CS course style, the data structure that I was building was completely nonsensical. Instead of using a Linked List or similar, my assignment was to create two stacks (last-in-first-out) that together emulated the behavior of a queue (first-in-first-out). My solution to remove an element was to push almost the entire contents of stack1 onto stack2, and then pop the final element in stack1 (the first one added to the "queue," originally). First one in, first one out. And incredibly inefficient, but I think it was supposed to be a way to get across the functions of stacks and queues simultaneously more than be a practical example.


'jellsprout' said:
As a kid I always thought tennisballs looked delicious and I liked biting them. I still remember the feel of the fuzz on my teeth and tongue.
aych bee
[?] Karma: 0 | Quote - Link
Wednesday, April 10 2019, 2:51 pm EST
when i am king

Age: 104
Karma: 147
Posts: 1002
Gender: Female
Location: you will be first against the wall
pm | email


Spoiler:
atvelonis
[?] Karma: 0 | Quote - Link
Wednesday, April 10 2019, 10:57 pm EST
Apocryphal Ruminator

Karma: 160
Posts: 1642
Gender: Male
Location: An antique land
pm | email
A magnificent astrophysical discovery! I admire the dedication of the lady who wrote all the code for the data analysis.


'jellsprout' said:
As a kid I always thought tennisballs looked delicious and I liked biting them. I still remember the feel of the fuzz on my teeth and tongue.
Teo
[?] Karma: +4 | Quote - Link
Tuesday, April 30 2019, 12:01 pm EST

Age: 25
Karma: 138
Posts: 1766
Gender: Male
Location: Warsaw, Poland
pm | email


Having tons of fun creating my own cavemaker. I tried to practice WinForms for upcoming labs in a pleasant, yet beneficial way, and this instantly came to mind.
No competition with CSD and Jebby's exquisite cavemakers, of course. (not even mentioning the matchless Neopets' cavemaker xd)

« Forum Index < Random Chat Forum

In order to post in the forums, you must be logged into your account.
Click here to login.

© 2024 The Interguild | About & Links | Contact: livio@interguild.org
All games copyrighted to their respective owners.