Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
50% Quality Score
Upvotes Received
13
Posts with Upvotes
13
Upvoting Members
11
Downvotes Received
18
Posts with Downvotes
7
Downvoting Members
15
3 Commented Posts
0 Endorsements
Ranked #2K
~76.2K People Reached
Interests
Animation & Graphic Design
Member Avatar for H. B. Duran

[ATTACH=RIGHT]16325[/ATTACH]Today, the [I]Entertainment Software Association[/I] released findings from two studies by Dr. Christopher Ferguson of Texas A&M University. In an interesting twist, Dr. Ferguson's findings suggest that not only are violent video games okay to give to children, they may actually be beneficial. Video games are often blamed for violent …

Member Avatar for Naheedmir
2
2K
Member Avatar for Siberian

mklink can be run from any command path, therefore I'm trying to run mklink though runas by means of runas /noprofile /users:AdminUser mklink but I can get error that The system cannot find the file specified ? How can I tell runas to run the command mklink as I would …

Member Avatar for Siberian
0
431
Member Avatar for Siberian

Is C similar to C# (C-sharp); or are they completely different ? I was wondering if I should begin learning C# and the transition to C will be a tad bit easier ?

Member Avatar for overwraith
0
385
Member Avatar for Andrew_45

I just bought a 32GB USB stick to store 15.7GB of video on. When I get about halfway, any more video files I add will not play, or in most cases will not even show up. I've tried reformatting a few times.

Member Avatar for David_50
0
439
Member Avatar for Reverend Jim

In order to resolve a problem whereby Microsoft keeps updating my video driver (which works) with a newer version that is crippled, I installed the Windows 10 Creator's Update. So far it - Reset driver update back to auto (I had disabled it) - Re-enabled OneDrive (I had disabled that …

Member Avatar for Josef_2
0
605
Member Avatar for Siberian

I'm hoping someone can help. For a long time I've been having the computer randomly restart or freeze; especially when backing up my computer to a network drive the computer freezes. I was informed it was the PSU; and so as of recently I replaced it with a brand new …

Member Avatar for Miller_2
0
377
Member Avatar for Siberian

Where or can someone help me on using Visual Studio Code; as I installed a Python extension and I can't get the console / debugger to show the results of the code ?

Member Avatar for tinstaafl
0
562
Member Avatar for Siberian

I'm having difficulty using Robocopy. There are two things to which I want to do with Robocopy and I'm unsure whether it is possible. First create a symbolic link which links the source to the new target and second exclude a sub-folder from the source from being included in the …

Member Avatar for Reverend Jim
0
10K
Member Avatar for Siberian

I need some help why can't I create an instance of the child class without an error ? class tv(): def _init__(self,color,screen,frame): self.color=color self.screen = screen self.frame = frame def DesOfTV(self): info = "The TV has a"+self.color+"and a"+self.screen+"screen" return info class retroTV(tv): def __init__(self,color,screen,frame): super().__init__(color,screen,frame) oldertV = retroTV("black","tuber","wood")

Member Avatar for AndrisP
0
244
Member Avatar for Siberian

If the user enters only one character, I want it to prompt for the name again; otherwise print the persons name in ASCII. Instead what is happening is it's printing the name depending on how many characters are in the name ? nameAsk = raw_input("What is your name?") for name …

Member Avatar for Gribouillis
0
236
Member Avatar for Siberian

I have a folder in one of my partitions with this name; 6a004149b189707931f3b5 Windows won't let me delete this folder as it claims I need permission from **Network Service**; what is this folder ?

Member Avatar for mechbas
0
321
Member Avatar for Siberian

I'm attempting to mask out the circles with the gearMiddle, it is as straight forward as, what you want to mask out, you make black, what you want to keep you make white (punch out effect). How do I keep what is white to which I want to keep, visible; …

Member Avatar for Siberian
0
694
Member Avatar for Chinney

Hi everyone, I appreciate this may not be the best forum for such a question however this is by far my favourite forum as everyone is so friendly and helpful thus i do not want to go anywhere else, but let's get to the point. I am currently looking to …

Member Avatar for rproffitt
0
245
Member Avatar for Siberian

I've had this networking problem for a while and it's interfearing with another networking problem. I can share a folder on Computer(A) running Windows10 and have Computer(B) running Windows10 access the shared folder; although I can't share a folder on Computer(B) and have Computer(A) access the shared folder, or any …

Member Avatar for rproffitt
0
530
Member Avatar for Siberian

If all computers are on a network sharing the same network name. The only group or userName I can assign to the network is; everyone. How can I give each computer it's own unique name that is only specific within the Share permissions for a Group or Username ?

Member Avatar for rproffitt
0
2K
Member Avatar for Siberian

I can't recall who on this forum supplied me with [this](https://youtu.be/hQVTIJBZook) video; it was a great video a little humerous at times and I agree with alot of what Crockford said at the end, although It surfaced a few questions. Is strict mode still relevent today I'd prefer it over …

Member Avatar for Reverend Jim
0
137
Member Avatar for Siberian

For clairifying you can add a string to a variable then add other variables as such; var one = "test", super,apple,pear,cardboard The string "test" will be assigned to the variable one as well; super, apple, pear, cardboard will also be created variables ?

Member Avatar for Siberian
0
168
Member Avatar for Siberian

I was informed the if-statement is incorrect. I can't find the syntax error ? var curDoc = app.activeDocument; var selall = app.executeMenuCommand("selectall"); var fillrmv = curDoc.pathItems[0].filled = false; if (app.activeDocument.pathItems[0].filled = true) { for (i=0;i>fillrmv;i++) { curDoc.pathItems[0].filled = false; }; };

Member Avatar for Siberian
0
348
Member Avatar for Siberian

Has anyone used the Stylish extension for FireFox ? I can't get a style to effect an absolute URL and any and all pages within a absolute URL ?

0
226
Member Avatar for happygeek

I am sure that members of DaniWeb will join me in congratulating [rproffitt](https://www.daniweb.com/members/280178/rproffitt) on his promotion to moderator with immediate effect. While Robert may be a new moderating face to DaniWeb members, not only will you know him from his many contributions to our discussions here but what you might …

Member Avatar for Siberian
0
505
Member Avatar for Siberian

What does it mean when you get the error; Illegal use of the resevered word; else. if(); { alert(); } else { alert(); };

Member Avatar for Siberian
0
207
Member Avatar for Siberian

Most of us know how Symbolic links work, they point to another file or folder on the system. Symbolic links don't work with network folders. You can create a symbolic link on a networked folder to point to a local drive. The result is you point the local folder to …

Member Avatar for rproffitt
0
1K
Member Avatar for Siberian

I want to create a symbolic link betwee a folder on a network and a folder on the local drive using the following command; > mklink /d "\\<networkName>\<folderA>\<folderB>" "C:\<folderA>\<folderB>\<folderC>" I get the error; The file or directory is not a reparse point. I did some searching online and didn't find …

Member Avatar for Siberian
0
2K
Member Avatar for Siberian

I've tried everything, including running bootrec numerous times and I can't boot into Windows10. It started when I came home and noticed Windows was informing me I was missing my boot master. Everything was working wonderfully yesterday, what happened I have not a clue. Using Windows10 installation disc I was …

Member Avatar for Siberian
0
360
Member Avatar for Siberian

I was able to produce what I want using Adobe Animate. I want to reduce the amount of [code](http://codepen.io/Sheep/pen/VPPyOJ), as Animate inserts extra code that from my perspective seems useless ?

Member Avatar for gentlemedia
0
331
Member Avatar for Siberian

How can I take a path such as what you see below and have Javascript make a visible circle or dot based on the path class ? As well output the points based on a canvas coordinates, canvas name being irrelevent, I hope ? ;-) <path class="st0" d="M73.3,73.1"/>

Member Avatar for Siberian
0
859
Member Avatar for Siberian

How do you access a variable inside a function without placing the variable inside of the function in Javascript ?

Member Avatar for Siberian
0
482
Member Avatar for Siberian

I'm attempting to print a variable print(<variableName>) but I get an error it's not a; function ? I searched online and all I could find is that; it's not a function so how can I fix this; I don't know another command.

Member Avatar for ddanbe
0
386
Member Avatar for Siberian
Member Avatar for Siberian
0
131
Member Avatar for Siberian

I'm unfamilar on how to install the Python [SIP](https://riverbankcomputing.com/software/sip/download) module for compiling C code ?

Member Avatar for G_S
0
103