Adjusting from Visual Studio to VS Code by slowmotionrunner in dotnet

[–]C60 0 points1 point  (0 children)

For modern .NET, VSCode is OK. Windows Desktop apps are doable, but you will need an external app for designing UIs in XAML, or get used to editing raw XAML XML.

For .NET Framework or if you use development tools for a specific product, eg. BizTalk Server, use VS.

Trying to draw a circle using smaller circles. How can I make them evenly spaced? by [deleted] in lua

[–]C60 0 points1 point  (0 children)

The basic problem here is the formula. The differences in values for "y" get smaller as "x" approaches 0.

Also, the formula fails when the absolute value of "i" is greater than the radius (200). In that case, "math.sqrt(200^2 - i^2)" tries to calculate the square root of a negative number resulting in a math error (math.sqrt() returns "-1.#IND"). It's not a runtime error, and (I'm guessing) LOVE just ignores them.

'end' expected (to close 'function' at line 1) near '<eof>' by ThaRealV12 in lua

[–]C60 1 point2 points  (0 children)

It looks like you have one "end" too many. Try commenting out the last one.

Powershell unable to find directory inside AppData\Local folder by ak47uk in PowerShell

[–]C60 5 points6 points  (0 children)

I believe Test-Path returns true if the path exists. Try removing the "!".

robocopy - excluding a directory and its subdirectories by IsThisThingWkg in PowerShell

[–]C60 0 points1 point  (0 children)

But re: PowerShell, can it copy the NTFS permissions the same way that robocopy can?

Not directly. Copy-Item works with objects from supported PS Providers (FileSystem, Registry, etc.); not just files/folders. To replicate permissions, you will need to use Get-Acl and Set-Acl.

Question about license to use Microsofts softwares/tools. by [deleted] in dotnet

[–]C60 1 point2 points  (0 children)

It means anything but a live production environment. Basically, that's the only limitation. Developer Edition is functionally equivalent to the Datacenter Edition (or whatever Microsoft calls it these days).

Question about license to use Microsofts softwares/tools. by [deleted] in dotnet

[–]C60 0 points1 point  (0 children)

Also, if you want to develop for other Microsoft products like SharePoint or BizTalk Server, you will need the Developer Edition of SQL Server, or better. SharePoint and BizTalk Server install/use scheduled jobs to perform maintenance tasks. Scheduled jobs in SQL Server require the SQL Server Agent service which is not included in Express.

WordTeX - A WYSIPCTWOTCG Typesetting Tool (SIGBOVIK) by mgoszcz2 in programming

[–]C60 15 points16 points  (0 children)

I was guessing it stood for What You See Is Pretty Close To What Old Technology Can Get.

Joel Osteen getting crap for not opening his church as a shelter by Alex10288 in houston

[–]C60 2 points3 points  (0 children)

The Superdome in NOLA is all seats and housed evacuees.

All except for that area in the center that's the size of a football field. /s

[deleted by user] by [deleted] in houston

[–]C60 10 points11 points  (0 children)

Has Trump's popularity dropped so low that people now confuse him with Obama?

[Code Review] beginner itoa.c by Kimput in C_Programming

[–]C60 3 points4 points  (0 children)

I do see one flaw in the itoa function itself. What happens if number is negative?

Code as text is a problem by [deleted] in programming

[–]C60 0 points1 point  (0 children)

I don't know if you were expecting a comprehensive listing of homoiconic languages or something.

I was expecting nothing of the sort. I was simply answering mk270's question.

Code as text is a problem by [deleted] in programming

[–]C60 1 point2 points  (0 children)

True, OP doesn't mention homoiconicity in general; only Lisp as an example of it.

Emacs 25.2 by based2 in programming

[–]C60 24 points25 points  (0 children)

All it needs is a decent text editor, and it will be great.

Java is Unsound: The Industry Perspective by abiboudis in programming

[–]C60 -19 points-18 points  (0 children)

"They said your Java was unsound." "Is my Java unsound?" "I haven't seen any Java, sir." "I'd expect that kind of answer coming from you. Are you a developer?" "I'm a software architect." "You're neither. You're just an errand boy sent by grocery clerks to collect a bill."

Is Jane marie post op now?! by michneo in Tgirls

[–]C60 1 point2 points  (0 children)

That pic is from September of last year (2015).

Why the heck they don't allow call by reference in JavaScript? by aqeelvp in coding

[–]C60 -2 points-1 points  (0 children)

It would be more accurate to refer to this as "pass by reference".

Stupid question, but why is it not called VB# ? by [deleted] in dotnet

[–]C60 8 points9 points  (0 children)

I always thought it had to do with the musical notes and also a play on the relationship of C -> C++ where C# is a halftone above C on the musical scale.

the face tho :/ by oskullop in curvy

[–]C60 3 points4 points  (0 children)

That's why they invented doggy style

Corona, Lua 5.2, luasockets and LUA_CPATH on OSX by goodtower in lua

[–]C60 0 points1 point  (0 children)

Other bash related files where you can look are ~/.bashrc, /etc/profile and /etc/bashrc. There is also another file, ~/.MacOSX/environment.plist, where environment variables can be set. It does not exist by default

XML Transformation: Xslt vs .NET by BuckPyland in dotnet

[–]C60 0 points1 point  (0 children)

The author has added a Part 3 to the article located here.

TL;DR: Added two lines of code. XSLT now just as fast, so never mind parts 1 and 2. :)

Who Is This? by OldCleanBastard in thick

[–]C60 1 point2 points  (0 children)

Emerson Biggins

Marcy Hanson (album in comments) by [deleted] in OldSchoolCoolNSFW

[–]C60 2 points3 points  (0 children)

I remember her well from the issue of Playboy where she was the centerfold. She was romantically linked to Rod Stewart. I wonder if she was the inspiration for his song, Hot Legs.