Community Chatter & General Programming / Computer Science Discussion
People
Repo info
Activity
VoidVolker
@VoidVolker
hmm, looks interesting - I'm not spec in C++, only can give some overall recomendations on architecture and logic, I have developed simple gamge engine with Forth, for 3D scene I was using OpenGL API
Mark Rienstra
@m-rienstra
nice, sure thing, I really love structural and component based design so if you have any input on that would always be welcome :)
Orlando Abreu
@orli_abreu_twitter
hello,there is any php developer here?
i need help with curl() in php
Mark Rienstra
@m-rienstra
Hi @orli_abreu_twitter I have used php several times, I might be able to help you out with it but send me a private message with all of the information you've on what's not working for you :)
Robbie Crenshaw
@robbiecren07
sup everyone!
frederickvalbornoz
@frederickvalbornoz
pleae help me how to learn long line os code? in python?proyect?
frederickvalbornoz
@frederickvalbornoz
which is the best way to master arduino?
Jean Gustave
@Tech305
Any c# programmers out there
Mark Rienstra
@m-rienstra
@Tech305 yeah, I program in several languages, what is your question about c#? (sorry was gone for the entire week, just got home)
frederickvalbornoz
@frederickvalbornoz
bye
Mark Rienstra
@m-rienstra
@frederickvalbornoz I don't use python and the best way to learn is to write it yourself, you might be able to get some help at stackoverflow
Orlando Abreu
@orli_abreu_twitter
hi
anyone using php?
can someone help me with curl() in php please
i have a small question
frederickvalbornoz
@frederickvalbornoz
oh thanks adn to learn fast
another advice?
?
frederickvalbornoz
@frederickvalbornoz
ok
Nathaniel Suchy (catgirl)
@irlcatgirl
Hi everyone
Alberto Nebot Oliva
@albertonebotoliva
Hi
intelcorei7
@intelcorei7
hey guys
can u guys give feedback on a programming project
_
Konstantin Polyntsov
@optimistex
Hi guys! Tell me please chat rooms of JS or PHP in the telegram.
Dheeraj Nair
@Dheeraj1998
Guys, any Android developers here?
I have a query regarding it. I was able to create a basic chat-bot using Python and wanted to know whether there is a way to integrate the Python code with an Android application. Thanks :smile:
Orlando Abreu
@orli_abreu_twitter
hi,anyone here knows casperjs?
tofefinif
@tofefinif
is anyone from xamarin bagckground
Jonathan Tiefer
@jontiefer
hello
new to chat
Achille Merendino
@AchilleMerendino
Hello :D
LucyGamer28
@LucyGamer28
Hello
is anyone currently online?
VoidVolker
@VoidVolker
hi, yes
LucyGamer28
@LucyGamer28
Excellant..thanks..I have a question...
a few actually..
Are you familiar with sending data down a socket, more specifically..limiting the amount of data sent down a socket to maybe 10 messages per sec
trying to think of a good way to do ths
VoidVolker
@VoidVolker
and what the problem? just use sleep(100)
LucyGamer28
@LucyGamer28
sorry how does sleep controll messages per second?
VoidVolker
@VoidVolker
sleep(100) x 10 = 1000 ms or one second
LucyGamer28
@LucyGamer28
you mean count how many messages I send and then as soon as I reach that limit sleep for the rest of the second
VoidVolker
@VoidVolker
nop, just sleep after msg
LucyGamer28
@LucyGamer28
Ah ok
Mandeep Khatry
@mandeepkhatry
Hi
Andrews Yawson
@yawsonandrews1_twitter
Hello can anyone help me know whether to develop my app using IBM worklight or stick to just android studio and xcode
janvleugels
@janvleugels
Hi! anyone hes knowledge of php / laravel?
AnaCamelo
@AnaCamelo
@AnaCamelo Hello! Sorry. I have a question and I was wondering if anyone could help me I have this line of code: slides[i].style.display = "none"; but, i don't understand what the slides[i] means Could anyone explain me ? Thanks!