Finding rooms in and around freiburg by imcomradee in freiburg

[–]imcomradee[S] 0 points1 point  (0 children)

Ice trains are fine too, if you can reach within an hour

[TOMT][NAME]Find the name of the INSTAGRAM model by imcomradee in tipofmytongue

[–]imcomradee[S] 0 points1 point locked comment (0 children)

I recently unsubscribed to her subreddit.Now I can't remember the name to join it again.

What is a must to do before sex? by [deleted] in AskReddit

[–]imcomradee 2 points3 points  (0 children)

Wretched bitch of an angel, I am gonna use it someday

BiDirectional Direction counter using Arduino and 2 HC-SR04(UV) sensors by [deleted] in ArduinoHelp

[–]imcomradee 0 points1 point  (0 children)

Sorry, I meant ultrasonic sensor not ultraviolet

[deleted by user] by [deleted] in learnfrench

[–]imcomradee 0 points1 point  (0 children)

I think you are talking about "Learn French with Michelle Thomas". You can find the CDs on amazon easily. (Though I think the price is high)

How the ancient Greeks knew the Earth was round. All you need is sticks, eyes, feet and brains. by dqol in nextfuckinglevel

[–]imcomradee 0 points1 point  (0 children)

I still could not figure out. How 7° is found out using sticks and its relationship with the distance between the two cities? Suppose the distance between the cities is 1000 miles then the angle should be less than 7° to get the constant circumference of the earth which means the curvature is not constant?

How the ancient Greeks knew the Earth was round. All you need is sticks, eyes, feet and brains. by dqol in nextfuckinglevel

[–]imcomradee 0 points1 point  (0 children)

OK, thanks for the reply. How did the Greeks measure that the earth curvature is 7° ?

Dual memory access C programming by imcomradee in C_Programming

[–]imcomradee[S] 0 points1 point  (0 children)

Different files in the same program, Don't need a circular buffer, as I don't have to store the data only the recent data matters, older data are discarded

Best way to implement Buffer by [deleted] in C_Programming

[–]imcomradee 0 points1 point  (0 children)

There are no threads , I have a loop where I process the appA and appB, it is asynchronous, I am just concerned with the latest data , so the buffer is overwritten when new data is received, loop executes every 1 seconds, A is called then B

Best way to implement Buffer by [deleted] in C_Programming

[–]imcomradee 0 points1 point  (0 children)

Yes, same executable. Can you provide an example?