That sucks. I was looking forward to having at least some good news this month =/.
That sucks. I was looking forward to having at least some good news this month =/.
I protest voted one year because I hated the candidates. That was the year Trump got elected. I’m never doing that again. Lina’s well worth supporting in the next few elections, but the real options this year are already set. Everything else is equivalent to not voting at all.
deleted by creator
But how do I know if the WHERE clause is AND or OR?
Not a lawyer, but worked closely with them in the past. It REALLY depends on your employment contract. Changing variable names and language still makes it a derivative work, so it would depend on the original license. I’m assuming it doesn’t have a license which would mean either you or the company owns the copyright: depends on your employment contract. Whether you’re a contractor or full time also affects ownership.
Without ownership or a license, you do not have the legal right to copy the work or make a derivative of it.
I’m not clear on whether you actually wrote any code though. If that’s the case (that no code was written) then I’m not really sure how that works out. If you do post it and they find out, AND they’re mad about it, you could definitely get fired. I’m not sure if there could also be legal trouble or not.
If you need it for a resume item, you can just list it on your resume and talk about it. You could also implement it on your own time (but not share it until you’re sure you’re safe from legal action), that way you could talk about tradeoffs you’ve made, etc. in the real implementation.
In general, if you’re not sure and you’re worried about getting sued, you should ask a lawyer.
How complex are the API calls you need to make? Debugging interop mismatch can end up being more work than writing the tests if you need to deal with complex types.
The .NET languages support c interop. The documentation could use some love though.
Had a team of 10 working nights and weekends for a month because someone in sales sold a contract for an integration with a 3rd party that didn’t exist yet. In the years I was there after that project shipped, only 1 person even looked at the feature, one time. It never actually got used
I assumed those were for hobbyists. I would be surprised if that was used in a major product given how many cycles you lose to python implementation.
What hardware drivers are written in Python? I would assume they’re bindings to drivers with a C interface.
Malbolge https://en.m.wikipedia.org/wiki/Malbolge
It required a cryptanalyst to write hello world.
Even worse is Windows batch scripts. The syntax also changes depending on if it’s in the terminal or run from a file
This article explains some of the consequences https://www.businessinsider.com/trump-fraud-ruling-corporate-death-penalty-for-his-empire-experts-2023-9
I’m not sure what restrictions will be when he obviously tries to appeal. Can’t go to his sons though since they’re also affected by the order.
Says the judge revoked ALL of his business certificates in New York. Trial will continue to assess damages he must pay.
I’m actually living in California now. Very different structures to the buildings. Houses are much smaller overall too. But the landscape is so much nicer to look at and explore. I never realized how boring and flat Florida was until I left.
What part of Florida? I know there’s different wind speed ratings depending on how far north you’re building. In South Florida I only ever saw cinder block or full concrete exteriors.
In Florida houses are also built from cinder blocks because wood is too weak against hurricanes.
Edit: interiors can be built from wood, but all exterior walls are made with cinder blocks.
You’re misreading the
..+?
part. That means 2 or more characters, non greedy.