|
i’m sure that i won’t be able to tell you anything revolutionary which can’t be found out by reading the manual , but i thought i would clarify it, and by showing you a specific example which i needed. subprocess.Popen accepts a bunch or args, one of which is the shell argument, which is False by default. If you specify shell=True then the first argument of popen should be a string which is what gets parsed by the shell and then ..
|
|
Nearly 6,000 deaths and 500,000 injuries can be attributed to secondary tasks while driving in 2008, said the National Highway Traffic Safety Administration’s…
|
|
I just watched the first episode (well, a double episode) of Stargate Universe. So far so good! Watch out, there are spoilers ahead.
|
|
For any Panda3D users out there, this is an improved version of the frame-buffer distortion sample currently shipping with Panda3D 1.6.2. Whereas the original sample just samples a wave texture to offset the frame-buffer sample location, the shader in this version actually uses normals from the Egg model. It also gives a slight tint to the object. You can easily adjust the color and intensity of the tint at the top of the "distortion.sha" f..
|
|
When people ask me what the first video game I ever played was, I say Warcraft 2 on the PC when I first moved to the U.S.. Recently it dawned on me that this isn’t exactly true. In fact, the first video game I remember playing was The Lion King. These were the days when we just got a VHS player. It was all the rage in our area at the time. The first movie we got was Anaconda, but my favorite movie in the world at the time - The Lion King ....
|
|
I’ve done some recent advising for someone working on a site that’s of a social nature. The site is intended in some form to motivate users, the initial thought on this was to define a lot of rules, and send automated messages to users. To me this approach felt very 1990’s. So assuming that were true, then comes the question of how do you motivate users? I think rules do usually come somewhere in the process, you need to know when to moti....
|
|
I’ve done some recent advising for someone working on a site that’s of a social nature. The site is intended in some form to motivate users, the initial thought on this was to define a lot of rules, and send automated messages to users. To me this approach felt very 1990’s. So assuming that were true, then comes the question of how do you motivate users? I think rules do usually come somewhere in the process, you need to know when to moti....
|
|
Yeah, I'm back to art now. I am ashamed. But I'm starting to get the hang of this Blender stuff. Check it out: And here it is in-game. Don't worry, I fixed the clamped textures on the bottom after I took this screenshot.
|
|
I actually planned a full-fledged single-player campaign for Stainless, before I came to my senses and downgraded it to a much simpler multiplayer game. However, I'm still considering a short (2-4 hours) campaign. What I have in mind is similar to Valve's strategy with Left 4 Dead : a short, highly replayable campaign designed for 2-4 players. With one catch: the players are fighting against each other. With my limited marketing and br..
|
|
Three times in recent years I’ve had to micromanage others. Though probably in the contrary form to what you would expect. Most people think of micromanagement as their manager wanting to know every detail about their day, and be involved in every minute task. In most cases this form of micromanagement is never received well. Generally my feelings are that if I have to micromanage you, you don’t belong in the role you’re in, though I suppos....
|
|
Three times in recent years I’ve had to micromanage others. Though probably in the contrary form to what you would expect. Most people think of micromanagement as their manager wanting to know every detail about their day, and be involved in every minute task. In most cases this form of micromanagement is never received well. Generally my feelings are that if I have to micromanage you, you don’t belong in the role you’re in, though I suppos....
|
|
A $600,000 grant from NASA has been awarded to Auburn University’s College of Sciences and Mathematics in association with the Alabama Department of Education…
|
|
NOTICE: To all businesses with a single physical location and a web site. You will put your address, phone number, and business hours on your home page. There will not be a "Contact" page. There will not be an "About" page. END OF NOTICE
|
|
One of my favorite articles of the year was when one of the Toomer’s Ten late night transport buses was stolen.
|
|
As promised. :) First, a small disclaimer. This network system is designed for a very specific task: handling networked physics/gameplay over a LAN network. The structure described here might be useful in other scenarios, but the actual Python code is certainly not fit for much else. The system follows a modified Model-View-Controller pattern that focuses on two main types of objects: Entities and Controllers. The "View" part is split b..
|
|
After a lot of hard work and learning I have now finished making a complete new version of my Clesto CMS. It is still flat file based without a database and now it has both visual editor and HTML editor for making the pages - similar to that of Wordpress. Focus has been to make [...]
|
|
After a lot of hard work and learning I have now finished making a complete new version of my Clesto CMS. It is still flat file based without a database and now it has both visual editor and HTML editor for making the pages - similar to that of Wordpress. Focus has been to make [...]
|
|
So flash videos are everywhere now. Generally as they load they show some spinning wheel type graphic. The problem is as an end user, I have no visual differentiation between a video that is loading slowly and a video sitting there waiting for TCP from an overloaded server that is simply never going to work, and certainly not in a timeframe smaller than my attention budget. Show me whether or not you are getting any data, and I might be wil..
|
|
Suzanne Repress, a legislative liaison for Children’s Health System in Birmingham, discusses the health care bill with Opelika residents: Rod Guajardo/
|
|
Wow, so many updates to cover. I've been without internet for awhile, so... deal with it. :) Let's start with a list of new improvements: Networked gameplay is now fully functional. Weapons, grenades, springboards that propel players around the map, it's all there. I'll make a bigger post one of these days that describes the whole system in more detail. It was quite educational for me, and I'll still be modifying it for awhile. The main....
|
|
Java: Always explicitly specify which XML parser to use
-
www.databasesandlife.com
-
16 years ago
-
eng
There is the following design error in Java (at least in Servlets): A server may serve multiple applications; each application may use different libraries or even different versions of the same library, “side by side”. XML parsers, transformers (XSLT), etc., have a standard interface, and there may be different implementations of this interface from different vendors, open-source projects, etc. Which XML parser, transformed etc. is actual..
|
|
KGL simulator, shared pool simulator and buffer cache simulator – what are these?
-
tanelpoder.com
-
16 years ago
-
eng
If you have queried v$sgastat on recent Oracle versions (by which I mean 9i and above) you probably have seen allocations for some sort of simulators in Oracle instance. Here’s an example: SQL> select * from v$sgastat where lower(name) like '% sim %' order by name; POOL NAME BYTES ------------ -------------------------- ---------- shared pool kglsim alloc latch area 1700 shared pool kglsim alloc latches 68 shared pool kglsim count o....
|
|
KGL simulator, shared pool simulator and buffer cache simulator – what are these?
-
tanelpoder.com
-
16 years ago
-
eng
If you have queried v$sgastat on recent Oracle versions (by which I mean 9i and above) you probably have seen allocations for some sort of simulators in Oracle instance. Here’s an example: SQL> select * from v$sgastat where lower(name) like '% sim %' order by name; POOL NAME BYTES ------------ -------------------------- ---------- shared pool kglsim alloc latch area 1700 shared pool kglsim alloc latches 68 shared pool kglsim count o....
|
|
Derren Brown correctly predicted the winning lottery numbers and put the feat down to a complex mathematical formula. According to the illusionist and hypnotist, he gathered 24 people who wrote down their predictions after studying last year’s numbers. All guesses were then averaged - added up and divided by 24. The “wisdom of the crowd” theory suggests that a large group of people making average guesses will get the correct figure as an av..
|
|
An Introduction is to introduce people” so rather than to introduce my “Lab” I really ought to introduce myself. Well then, here goes: Hello, I’m Murphy, and I am a Ph.D. student. I’m student of science — chemistry in particular — and of life. I like to think about Questions, big and small. Being a “Lab” means that this is really about experimenting with ideas. Thought experiments? Perhaps. Even just seeing where the questions and answers l..
|
|
KGH: NO ACCESS allocations in V$SGASTAT – buffer cache within shared pool!
-
tanelpoder.com
-
16 years ago
-
eng
Since Oracle 10.2 it’s valid to say that buffer cache can be stored inside shared pool. Now you may think I’m crazy, but read until the end of the post – no matter how crazy I may sound – I have proof ! Here it is: Few years ago I started noticing a strange memory allocation in shared pool (in V$SGASTAT), called KGH: NO ACCESS . SQL> select * from v$sgastat where name = 'KGH: NO ACCESS'; POOL NAME BYTES ------------ -------------..
|
|
KGH: NO ACCESS allocations in V$SGASTAT – buffer cache within shared pool!
-
tanelpoder.com
-
16 years ago
-
eng
Since Oracle 10.2 it’s valid to say that buffer cache can be stored inside shared pool. Now you may think I’m crazy, but read until the end of the post – no matter how crazy I may sound – I have proof ! Here it is: Few years ago I started noticing a strange memory allocation in shared pool (in V$SGASTAT), called KGH: NO ACCESS . SQL> select * from v$sgastat where name = 'KGH: NO ACCESS'; POOL NAME BYTES ------------ -------------..
|
|
I couldn't find any resources on setting up WYSIWYGPro with Cake so I developed this helper along with instructions for total integration with your system. If you've never used WYSIWYGPro, you should check out the demos. I've tried every WYSIWYG editor out there and none of the other ones even come close as far as I'm concerned.
|
|
While working with the date/time input fields in Cake I got tired of having to select 3/6 drop down boxes to choose all of the date/time information and specifically of having to select 3/6 drop down boxes if I decided to clear the date. A little bit of jQuery will clear this right up though.
|
|
If you've spent anytime wanting to use ACL on your applications, you know how tedious it can be to manually enter your entire controller and action structure. This Task will handle finding and loading or updating all of those for you whenever you run it from the command line.
|
|
Cake has a wonderful shell script function built into it called extract that will run through your code and create a .po file full of all of the text contained within your __('My text here') calls. You can then pass these files onto to translators to modify them for your languages. When you want to add variables though, you have to break it up into pieces which may change the context of the phrase. Here's a way around that.
|
|
PublishableBehavior allows the use of datetime fields for start and end ranges on content. Included functionality allows for checking published status, toggling to published / unpublished status, and adding conditions to a find to properly filter those results.
|
|
The Federal Emergency Management Agency has questioned whether funds allocated to Baldwin County were used properly for post-hurricane cleanup.
|
|
Most of my working career has been in what many would call an enterprise environment. Corporate structure well in place at most of them and in those cases any development followed closely to a waterfall methodology. You laid out requirements strictly and then built to those requirements. You essentially had nothing to show until you got to the end product. Having been in the valley for several years and interacting with some startups and ....
|
|
Most of my working career has been in what many would call an enterprise environment. Corporate structure well in place at most of them and in those cases any development followed closely to a waterfall methodology. You laid out requirements strictly and then built to those requirements. You essentially had nothing to show until you got to the end product. Having been in the valley for several years and interacting with some startups and ....
|
|
Something I learned very early on in my working career, not so much from my experiences but from observing the results of others, was to engage at a social level as early possible. This doesn’t mean you have to take time after 5:00 to get to know someone, the best opportunity exists every single day during what you would already do, lunch! Everyone usually takes a break and eats lunch during the day, usually there’s two groups in an office.....
|
|
Something I learned very early on in my working career, not so much from my experiences but from observing the results of others, was to engage at a social level as early possible. This doesn’t mean you have to take time after 5:00 to get to know someone, the best opportunity exists every single day during what you would already do, lunch! Everyone usually takes a break and eats lunch during the day, usually there’s two groups in an office.....
|
|
Every Scrum-team should use their taskboard to support their particular way of working. I’d like to share the way we use our taskboard at my current project for your inspiration. [caption id=“attachment_447” width=“300” caption=“Colored ink, paper and makers support team process”][/caption] When I started my current project I went to pick up sticky notes and marker pens for the taskboard. I grabbed, more or less at random three colors of no..
|