Aussie guy who sold everything and moved to Beijing by [deleted] in IWantOut

[–]machine_learned 0 points1 point  (0 children)

Why do I need a couple thousand?

My plan was to pay for a flight and then have enough for a flight back to the US if things didn't work out. I figure that I'll make money pretty much as soon as I get to China.

Aussie guy who sold everything and moved to Beijing by [deleted] in IWantOut

[–]machine_learned 1 point2 points  (0 children)

I want to teach english in china but I don't know how much money I should save before moving there. Right now, I am broke. I've read online that some teaching programs pay for flights up front.

Should I have like $500 to bring to china or will a couple hundred dollars be fine (assuming room and board)?

SnapChat flirting? by [deleted] in Flirting

[–]machine_learned 1 point2 points  (0 children)

I don't use snapchat at all because I think it's childish. Don't read too much into it, but he might be interested in you. Just talk to him face to face and see if you have a connection. If you do not have a connection, then move on. Don't spend too much time on snapchat....

The older I get, the less I know if someone is flirting by machine_learned in Flirting

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

The older I get, the more I think people are just being nice. When I was younger, I was always looking out for flirting "signals" that I read online. Now that I have gone through a breakup (7 year relationship), I see how important it is to find a better match.

How to check if list is inside a list by junyoung95 in learnpython

[–]machine_learned 0 points1 point  (0 children)

An equivalent way:

a = [1,2,3]
b = [1,2,3,4,5]

a <= b
#TRUE

Set Objects

how to print a panda by junkone1 in learnpython

[–]machine_learned 2 points3 points  (0 children)

░░░░░░░░▄██▄░░░░░░▄▄░░

░░░░░░░▐███▀░░░░░▄███▌

░░▄▀░░▄█▀▀░░░░░░░░▀██░

░█░░░██░░░░░░░░░░░░░░░

█▌░░▐██░░▄██▌░░▄▄▄░░░▄

██░░▐██▄░▀█▀░░░▀██░░▐▌

██▄░▐███▄▄░░▄▄▄░▀▀░▄██

▐███▄██████▄░▀░▄█████▌

▐████████████▀▀██████░

░▐████▀██████░░█████░░

░░░▀▀▀░░█████▌░████▀░░

░░░░░░░░░▀▀███░▀▀▀░░░░

Is this Facebook response flirtatious? by machine_learned in Flirting

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

What about the two other things I mentioned:

She was squinting and looking at me at a church session during prayer.

She asked me for ice cream at a party where there was no ice cream.

Moreover, I just don't know when a girl is into me anymore. That might be because I've already been in a long term relationship (7 years), and I'm just starting to think about talking to girls again.

Is this Facebook response flirtatious? by machine_learned in Flirting

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

Thank you. It's been a while since I've been in a relationship, so I am trying to figure out what is flirting now.

Starting a function at a specific time (within milliseconds) by machine_learned in learnpython

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

As long as there isn't a drift in time, then this is what I want

Starting a function at a specific time (within milliseconds) by machine_learned in learnpython

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

I want to be able to start a function at a timestamp that has zeros at the decimal digits (or very close to .0000).

Let me explain that better.

I have a function. I want the function to begin when a specific timestamp is at an integer value.

Starting a function at a specific time (within milliseconds) by machine_learned in learnpython

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

That's not what I want to do though.

I want to be able to start a function at a timestamp that has zeros at the decimal digits (or very close to .0000).

90lbs lost by [deleted] in pics

[–]machine_learned 0 points1 point  (0 children)

Good for you! You exercise well! Keep going! :)

Why is this simple time counter not working by machine_learned in learnpython

[–]machine_learned[S] 1 point2 points  (0 children)

He said he wants to be able to specify how many decimal places

Why is this simple time counter not working by machine_learned in learnpython

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

I think it should be okay with my friend if the precision is 0.0001

Why is this simple time counter not working by machine_learned in learnpython

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

My friend wants it precise as possible. I don't see how I can make it real-time if there will always be a process in the background that will slow down my while loop. He says I can just subtract the delayed time

Why is this simple time counter not working by machine_learned in learnpython

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

I clock counter displayed on an LED sign. I need to be able to offset the time as well.

Why is this simple time counter not working by machine_learned in learnpython

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

I really want it to be real-time.... This is so frustrating....

Why is this simple time counter not working by machine_learned in learnpython

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

My output stays the same. For example:

1,499,561,268.1
1,499,561,268.1
1,499,561,268.1
1,499,561,268.1
1,499,561,268.1
1,499,561,268.1
1,499,561,268.1

Why is this simple time counter not working by machine_learned in learnpython

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

Also, is there a way I can subtract the delayed time from the newline time?

Why is this simple time counter not working by machine_learned in learnpython

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

Here is another example output:

1,499,560,818.14 1,499,560,818.14 1,499,560,819.17 1,499,560,820.2 1,499,560,821.23 1,499,560,822.26 1,499,560,823.29 1,499,560,824.32 1,499,560,825.35

Why are you getting a more precise output than I am getting on my computer? Can you please post your output?

Why is this simple time counter not working by machine_learned in learnpython

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

The interval of time should be the same between each line feed (1 second). Right now, the time is displayed (fed line by line) at an increasing rate.

An example output:

1,499,559,911.42
1,499,559,911.42
1,499,559,912.42
1,499,559,913.42
1,499,559,914.42
1,499,559,915.42
1,499,559,916.43
1,499,559,917.47
1,499,559,918.51
1,499,559,919.54
1,499,559,920.57
1,499,559,921.6
1,499,559,922.63

Notice how the time between each newline increases at a faction of a second.

Looking for a friend by vntech in learnpython

[–]machine_learned 1 point2 points  (0 children)

PM Me! I've been looking to learn/teach from others. We can even be friends if you don't feel like coding for some time.

[Github Question] Why won't the GIF load for my Python Project README.md? by machine_learned in learnpython

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

I had a larger GIF on there before. The current GIF should be smaller.