code

Best Youtube embed player sizes?

I use tumblr to share videos and, unfortunately, when re-posting a video to your tumblelog it uses the embed code at 400x336px. This is neither widescreen nor very large. So I'm trying to set the player to better size and I'm finding that the youtube player really comes in many sizes. For example, when copying the embed code for and HD ...

Resharper plugin to sort the methods alphabetically?

Does something like that exist? ...

zend studio 7 creating .sharedentries and .listing

i created project in zend studio and there are files called .sharedentries and .listing gets created on all folders and sub folders of the project, its annoying, cause i would have to delete all these files and then upload. does anyone know what can i do to turn this off, so it dont create it anymore? ...

How to create simple PHP COMET server page displaying current time?

How to create simple PHP COMET server page displaying current time? I need code implementation (because it should be trivial) - not theory or just links to library sites. Simple text line conteining corrent time and updating each second. ...

iPhone UIScrollView ContentSize has extra height when rotating/converting to landscape

Hello all, Doing some iPhone dev, have the app working quite well. However, I have a UIScrollView with autoresizing content and contentSize which works quite well, except when I rotate to the landscape view it always has an extra 100 or so pixels on the scroll height. I don' want users to be able to scroll so far past the content. Has ...

Equivalence of PHP includes in Iphone dev ?

Hey guys, I just noticed I get a lot of redondant code from one class to another in my project (like menus or buttons) ;) Is there any way to optimize it ? Thank you ! Gotye. ...

Telnet and traceroute In Iphone

Hi, I am a beginner in programming for iphone.I want to develop traceroute and telnet app for iphone.Can you please provide me with some sample codes or pointers to start with. Thanks, Vinod. ...

Updated list of refactoring support for different IDEs

Does anyone know of an updated list of refactoring support for different IDEs? How many of Fowler's refactorings have tool support in popular IDEs? And does any IDE use code smells to any greater extent? I guess one would have to use addons for some IDEs, so even if I did find an updated list of refactoring support for say Eclipse, tha...

Eclipse plugin for code review.

I would like to know which Eclipse plugin do you think is best for doing code reviews? Thanks. ...

Machine Code tutorial for Mac

I want to learn machine code. Not for a specific reason. Just for the heck of it. I was wondering if there were any good machine code tutorials. I have a macbook with a 2.4 GHz Intel Core 2 Duo processor. ...

Binary dependency Graph Drawing...

Hi I Need a tool to have the dependency graph of some binary codes, not for open codes... Can you suggest me any thing? ...

How to read text file in JADE

I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding. ...

code coloring and positioning in the postings

how can I coloring for example scheme code and indent the lines correctly in the question postings ? ...

dynamically load PHP code from external file

code is in a static class in an external file eg. /home/test/public_html/fg2/templatecode/RecordMOD/photoslide.mod how do I load this into my script on demand, and be able to call its functions ? I am a novice at php , so please explain your code. help is appreciated. Jer ...

How to serialize fingerprinter Digital Persona in Delphi

Hi, I need to save a Template.Serialize in a Blob Field, How do it? var s : string; .... s := Templ.Serialize; --- > size less that 1632 bytes Whay? ...

Modify 3rd party code in subversion

I use a script for my homepage but I'd like to localize it. Furthermore the CSS uses images from a special folder which does not fit to my folder hierarchy. Because I don't want to adopt these paths and settings I'll have to modify the original sources. Currently my repository looks like this: /3rdParty /CompanyA /Com...

Is there an application that can monitor the network and API usage of an .exe ?

Is there an application that can monitor the network and API usage of an .exe ? I am looking for an app that can monitor: - Network traffic and or just HTTP traffic - Windows API calls For a delphi exe which I do not have the source for. Any suggestions. Thankyou. ...

Project hosting vs. my own SVN

I'm working on different projects with some small teams (2-3 people for each). Those projects are about some scientific stuff, most (probably all) the code will be released under GPL after the publication of some results and we don't want to spend money for this. My first question is: should i keep my local SVN server or you know some ...

Need Help in Building Printer Driver

I need some help in building printer driver. The printer connects to system via serial port. I just need to grab the data that application sends to the printer, compress it (its a custom routine) and send it to printer. I do not have any experience in developing drivers. I have all the tools, SDK, DDK. If someone could point out some li...

Sharing logic across different platforms

Hello all, We have a business logic that works with the file systems on OS that we want to implement on both Linux and Windows platforms. The language we have selected is Python for Linux and C# for Windows. GUI is not a priority for now. We were looking for ways to abstract the business logic in a way that we dont have to repeat the bus...