Simple question. I'm new to Clojure.
How can I use one file from my project in another file? Basically how can I include, import, or require another file?
Thanks,
Alex
Hi Everybody,
inside of my Zend_Db_Table_Rowset Object i found this:
["_primary:protected"]
... does anybody if theres a way to access this? ... maybe something like
$rowsetObject->getPrimary()
Thanks for your help,
Alex
I'm trying to set the Hidden-property of a Textbox based on this expression:
=IIf(IsNothing(Parameters!customer_numbers.Value) AND
IsNothing(Parameters!country_codes.Value),False,True)
Error: "Argument not specified for parameter 'FalsePart' of Public Function IIf(Expression As Boolean, TruePart As Object, FalsePart As Object) As Object"
…
Do you know of any good open source projects written in Clojure? (or just ANY at all :))
I'm learning the language and wold like some code to read as I go.
Thanks,
Alex
I am trying to write a LINQ query which will return true if there are multiple objects which have a property with the same value.
Here is what I have come up with so far:
Formatters.Where(Function(f As DataModel.Formatter) _
Formatters.Select(Function(f2 As DataModel.Formatter)…
What's the best tool for searching a whole website for dead links?
I have found tools to search a single page, but that is tedious. Any recommendations for tools to search thousands of pages?
Thanks,
Alex
Hello
I have jsp page with text field and button. Also i have jar of another project.
When i click on the button the MAIN.class of the jar is called and program is running in independent window(JFrame).
After user is finished with the program and exits, I need to get the String of program that is generated on exit and paste it…
Hi can anyone recommend a good free html editor.
I want something that will let me wrap sections of code in tags with a shortcut for example. It would make my life easier.
I'm a developer so I want something where I'll be writing most of the html by hand.
Thanks for the help,
Alex
I am creating an Excel sheet programmatically. I like to show group totals above each group, and for this to look best the +/- sign that opens and closes the rows should be at the top, where the total row is.
Is there a way to accomplish this?
TIA,
Alex
Hi
is there a method / possibility to run a function when the scrollview is scrolling?
i found scroll start and scroll end solutions but nothing like a onIsScrolling ...
is there a built in solution? or whats the best workaround (nstimer)?
thanks
Alex
I want to draw the background image on my own, so I decided to implement a UIImageView class and connect it in the Storyboard.
As first task I just want to set the backgroundcolor of the image on my own, but it's never shown. Image just stays blank.
That's the class:
class FirstBackgroundImage : UIImageView {
required…
Hello to everybody,
I was trying to output Excel's data to a text file to use them in MySQL, nevertheless i was not able to find an easy solutio because at the end of each row I have to add manually a "TAB" ! Otherwise there are always errors in the MySQL table, is there any special data format to export these data from…
I try to build my app with CMake on Mac OS X, I get the following error:
Linking CXX shared library libsml.so
ld: unknown option: -soname
collect2: ld returned 1 exit status
make[2]: *** [libsml.so] Error 1
make[1]: *** [CMakeFiles/sml.dir/all] Error 2
make: *** [all] Error 2
This is strange, as Mac has .dylib…
hi there,
I'm looking for an solution to generate a checksum for any type of java object, which remains the same for every exection of an application which produces the same object.
I tried it with object.hashcode(), but as I read in the api
....This integer need not remain consistent from one execution of…
I'm currently working on a Java web project (Spring) which involves heavy use of xsl transformations. The stylesheets seldom change, so they are currently cached. I was thinking of improving performance by compiling the xsl-s into class files so they wouldn't have to be interpreted on each request.
I'm new to…
Hi there
My company has got iPhone app development expertise but I'm not sure what's the best way to find customers who need to develop iPhone apps. Any suggestions?
Alex
Hi,
I was wondering if there is a less intrusive way to analyze a running, managed process in production environments.
Less intrusive meaning:
No delay of execution when attaching the debugger.
No delay of execution when getting basic stats like running threads.
In the Java world there is a such a tool…
The process of making a large image out of mosaic of smaller image “pixels” is certainly nothing new; this rendition of Starry Night using images from the Hubble telescope, however, is a particularly fitting use of the technique. Crafted by Alex H. Parker, a researcher at the Harvard-Smithsonian Center for…
In this Issue: Arik Poznanski, Derik Whittaker(-2-), Alex Knight, Maurice de Beijer, Jesse Liberty, Jason Ginchereau, Jeff Blankenburg, Mike Snow, and Peter Kuhn.
Above the…
A few years back I started dallying with test-driven development, but I never fully committed to the practice. This wasn’t because I didn’t believe in the value of TDD; it was more a matter of not completely understanding how to incorporate “test first” into my everyday development. Back in my web forms…
I'm trying to run OpenVPN as a portable application and to that effect i have installed it on a Windows 7 machine, copied the files to another windows 7 machine and manually restored the registry settings using a .reg file. Whenever i try to run open vpn GUI i get the following error error opening…
Seriously, I can't find a single page discussing this for litespeed.
Using this format in the htaccess "Header set Access-Control-Allow-Origin http://aSite.com" (and https) sends the setting in the http response header, but I still get the "XMLHttpRequest cannot load https://aSite.com/aFile.php.…
Seriously, I can't find a single page discussing this for litespeed.
Using this format in the htaccess "Header set Access-Control-Allow-Origin http://aSite.com" (and https) sends the setting in the header, but I still get the "XMLHttpRequest cannot load https://aSite.com/aFile.php. Origin…
My server is:
Server version: Apache/2.2.11 (Ubuntu)
Server built: Aug 16 2010 17:44:11
My ruby version ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux].
I've installed passenger 3.0.7 via RubyGems. I've run passenger-install-apache2-module and everything went fine. I've…