The alternative tag has no wiki summary.
0
votes
1answer
20 views
alternative sto VB.NET SendKeys
i am using following code to send keys to a certain application, but on some PCs its not working. The code itself should be OK, since on most computers it works fine. Its just on some computers that ...
0
votes
2answers
38 views
Java ME alternative for Raspberry Pi programming
I want to start with embedded system programming with the raspberry pi. I just want to do build basic electrical control systems, e.g. controlling servo motors, etc. I had a look around and because I ...
1
vote
1answer
71 views
Why alternative keywords are not famous in place of in-built ascii operators? [duplicate]
In the list of C++ keywords, there are alternatives for the operators, such as:
&& and
&= and_eq
& bitand
| bitor
~ compl
! not
!= not_eq
|| or
|= or_eq
^ xor
^= ...
0
votes
0answers
81 views
Free remote desktop alternative with multimonitor support
I'm looking for an alternative to Remote Desktop for Windows which supports multiple monitors just like the /multimon option that Remote Desktop offers. The reason being is that Remote Desktop only ...
-1
votes
2answers
33 views
Alternatives to Java Cloning
I have some alternatives to Java cloning. Can I please have some help to describe how these alternatives work:
The alternatives are:
• Using a copy constructor for creating a new object as a copy ...
0
votes
2answers
118 views
What SSH client for windows are you using? [closed]
Currently I'm using PuTTY as SSH client. But the most annoying thing is that i need to open a new instance of it every time i need to switch between apps/ work with multiple apps.
Google says this ...
0
votes
1answer
41 views
What is TeeChart Library alternative in Linux?
I have found TeeChart library was wonderful to create 2D chart based on mathematic/physic simulation formula in C/C++/Java/Delphi. My friends used TeeChart in Microsoft Visual Studio and Delphi IDE ...
0
votes
1answer
65 views
How to use resource qualifier on layouts to distinguish smartphones like HTC Desire and Samsung Galaxy Nexus
I make an application with several layouts to target several devices like smartphones and tablets.
For the moment, I have the following folder to distinguish theses devices :
res/layout # ...
0
votes
1answer
90 views
splunk vs cordys operations intelligence
Can Cordys Operations Intelligence (COI) be an alternative to Splunk?
I have not used COI, however looking at the videos and documents it seems very similar to what Splunk can do in terms of ...
-2
votes
1answer
30 views
web service and alternative [closed]
I'm developing an application and I would like to use a web service or something else. I'm newbie in this domaine. And I don't know what I have to use. I have read a lot of thing but I'm totally lost, ...
0
votes
1answer
27 views
Better implementation of custom user navigation
I have code that generates user navigation depending on a single variable, the users sector id, this is selected when they sign up on the site.
I query the users profile to get the sector id.
With ...
0
votes
1answer
76 views
looking for an alternative lightweight css editor
my problem is this: i have been using TopStyle. This editor is good in theory, it has a list of great features. however, honestly, it pisses me off. it's these little things, like history ...
0
votes
2answers
46 views
backbone alternative syntax
I come from php where I can right alternative syntax if else statements like
<?php if(): ?>
// conditional html goes here
<?php endif;?>
My question is if there is a way to do the ...
0
votes
2answers
103 views
CSS Trying to understand Alternate syntax when creating drop down list in CSS and HTML
I am seeing two different ways of referring to the unordered lists (<ul>), list items (<li>) and anchors (<a>).
I want to set the attributes of these items in a drop down list with ...
0
votes
4answers
62 views
Android better way to do button clicks?
So right now I'm tidying up some code, and I have a lot of else/ifs for buttons and was wondering what is a good way to do it and make it neater?
So I have like 12 buttons, and each button plays a ...
2
votes
1answer
87 views
Static initialization order fiasco: same compilation unit?
So I'm building a syntax compiler with ANTLR and some of the generated code looks like this:
const int ExampleClass::EXAMPLEVAR = OtherExample::OTHEREXAMPLEVAR;
As you can see this fits the "static ...
3
votes
0answers
199 views
Reliability of localStorage and alternatives. (PhoneGap for iOS, Android, WP7, WP8 and BlackBerry)
I am working on PhoneGap mobile application and I am looking into Data Storage options.
My requirements:
1) small data needs (will never exceed or get even close to 5Mb limit)
2) able to port ...
0
votes
1answer
159 views
Any alternative of Turbo Assembler on 64 bit OS?
I am a bit new to 80x86 assembly language and we are taught to use TASM since it is the assembler installed on our laboratory PCs. Then, I wanted to practice assembly language programming at home, so ...
0
votes
4answers
134 views
strcat alternative issue C++
I am working on a project which was initially sampled in C but want to work on it in C++.
There is a section where a strcat() is used, I have been told to use an alternative. I have found one here, ...
0
votes
1answer
67 views
Alternative to eregi() in php [duplicate]
So, i was using eregi in my mail script, but as of lately, i get the error that the function is deprecated.
So, what is the easiest way to replace the following bit of code:
if ...
0
votes
3answers
97 views
Web User Authentication Alternatives
I am looking for an alternative to the typical and mainstream username/email password authentication for a user based web site. I was wondering if some alternative to this existed?
2
votes
2answers
74 views
Integrating a function over a variable other than the first, looking for an alternative to lambda
Is there any other way than using a lambda function to integrate a function in python 2.7 over, say, the 2nd of two variables? For instance, I would like to integrate this example function over x:
...
1
vote
1answer
67 views
Is there an alternative for using JSON + NSTimer for fetching datafrom server?
Im using NSTimer for constant data fetching from my server using JSON.
Using this technique has a lot of disadvantages, such as unwanted data fetching, and battery life drain.
An example of this ...
1
vote
1answer
69 views
PHP MySQL Alternative for 1 value
I need to save 1 date value but I dont want to make a whole database for it. I need the date for a countdown and the date needs to be changeable via a form on the site.
Any alternatives? I was ...
5
votes
1answer
665 views
Are there other projects like BoilerplateJS?
Besides BoilerplateJS are there any other projects out there that provide an organizational blueprint for large-scale web apps along with all the libraries and tools (e.g. unit testing frameworks, ...
1
vote
1answer
113 views
best way to send friend a card through FB app
I have an app that allows users to construct a personal card with a message, photo, song, etc. for an occasion (birthday being just one example). You can check it out here: ...
0
votes
2answers
155 views
How to use alternatives in XML Schema 1.1
From everything I have read, the schema I have defined below should work (emphasis on alternatives). I get the following error: The 'http://www.w3.org/2001/XMLSchema:alternative' element is not ...
0
votes
0answers
49 views
alternatives to WordStream api
As support to WordStream api for drupal has ben discontinued. I want to know what are the best alternatives for it, I have installed seo tools module and WordStream is a dependency for it, what should ...
0
votes
1answer
203 views
Magento Create Module For Different Product View
I am trying to create my first Magento module which would allow an attribute (yes/no) on a product page to alter the styling of the grouped products options on a product view page.
I'm probably ...
0
votes
1answer
144 views
requestAnimationFrame running slow on weak machines. Work around?
So, I am doing an animation (Not on a website/webpage!), that uses Javascript. For the animation I use requestAnimationFrame instead of setInterval, as setInterval did not work well enough for what I ...
2
votes
2answers
59 views
Alternative to “set value” in a function/script that calls itself
I have a script that calls itself over when the condition of the if-statement is false. The maximum number of iterations as defined by the user can be up to 20 times.
The problem is that there is a ...
0
votes
0answers
14 views
Does any one know a web based alternative to Folio Views?
If not, from your experiance how much work will it take to build such alternative?
0
votes
1answer
177 views
Xtext: Cross-References with Alternative
I've started my first Xtext project and I run into a problem with Cross-Reference (That's what I think is maybe the problem). I've got a DatType, InterfaceDescription rule and an Enumeration. What I ...
0
votes
1answer
93 views
Declaring an interface with two alternative classes gives null
I'm trying to inject a dao-class through an interface, named IUserDAO.java. Two classes implement this interface: UserDAO.java, which uses a List to manage users, and UserDAOJPA.java, which uses an ...
-2
votes
1answer
233 views
R: Is there an alternative SVM implementation than libsvm in e1071 package? [closed]
I try to compare diffenrent implementations of SVMs in R. Is there another one than the libsvm implementation in the e1071 package ?
Generally, is there a good alternative from libsvm which ...
0
votes
3answers
112 views
Extendable enum in Java without using extends [duplicate]
Possible Duplicate:
Is it possible to extend Java Enums?
I have a little issue where I have a enum with a certain number of values. This enum is used in multiple parts of the system and in ...
2
votes
1answer
405 views
Joomla 2.5 'Alternative Menu Items' and 'Category Blog' (Multiple template layout overrides for the same component)
I've come across a very strange problem relating to 'Alternative Menu Items', the usage is described here:
http://docs.joomla.org/Layout_Overrides_in_Joomla_1.6
The following files are located in: ...
0
votes
3answers
182 views
Is there a REST Web Services API provider like FRAPI (PHP) but for Java?
I recently discovered FRAPI for PHP. It's a REST Web Services High-level API provider that lets you build REST API web services easily, it has three great features:
It generates XML and JSON ...
0
votes
2answers
113 views
ubuntu - looking for IDE compiler to build and run a .c source file without creating a project
I have ubuntu 12.04 and KDE.
I already know Code::BLocks that does the job, but I have a problem with it: any version of it (12.11 or 10.05) I use doesn't close when I click the close button and if i ...
1
vote
4answers
128 views
Why is Alternative concatenating lists instead of choosing the first non-empty one?
From the class's name and usage in parsers and with Maybe I thought that it's behaviour would be to choose the first non-empty input from a <|> b <|> c. So I expected that for input
[] ...
-1
votes
1answer
115 views
Ruby global variable alternative
I know global variables should never be used but right now it's the only thing that I can get to work. So I'm looking for alternatives. What I want to do is pass @array which is is in method two in ...
0
votes
1answer
71 views
control panel that supports mod_spdy?
I'm probably not asking this correctly because I'm not a sysadmin.
Does anyone know of a control panel that supports mod_spdy?
What I mean is that the current version of cPanel does not allow for ...
0
votes
1answer
84 views
JavaScript/Ajax: navigator.onLine alternative: serverReachable()
The following code is an alternative to using navigator.onLine - by checking whether the server is reachable.
'Simple' question - how do I make it work?
function serverReachable() {
// IE vs. ...
0
votes
0answers
88 views
systemdropshadowchrome for halo effect
I have a listview where each row is a data template and in each data template I have around 15 controls.
I have applied the DropShadowEffect to these controls on mouse over and keyboard focus within ...
0
votes
5answers
103 views
Are there alternative techniques to closure in javascript?
In the code below, I used closure to "save" the "this" reference and pass it to a callback. But i was wondering, are there alternative techniques to accomplish the same thing?
function App()
{
...
0
votes
1answer
129 views
Powershell alternative to Python shlex.split function
I am looking for an alternative to the python shlex.split() function for Powershell.
Google has not helped me so far.
In case you do not know what this function does, it allows you to split a string ...
1
vote
1answer
64 views
Gettext clone or alternative under permissive license (non-copyleft)?
At the moment I am trying to find a gettext alternative with comparable tool support. However, the library itself needs to be under a permissive license, so that the binaries can be linked statically ...
1
vote
1answer
164 views
Alternatives to SQLite for Java that supports multi-user write
Does anyone know of a sqlite alternative for Java that would support multiple write(s) at the same time?
I'm aware of the option of checking to see if the database is available and pause the attempt ...
2
votes
1answer
109 views
Javascript - eval object creation?
I'm still very new to JavaScript (not to coding though), so feel free to nit-pick and moron-map things for me.
I've attempted to create something that will accept user input. If the first character ...
-1
votes
3answers
400 views
alternative to indexOf in Javascript
I have string as this is test for alternative. What I want to find is location of for. I know I could have done this using alert(myString.indexOf("for")), however I don't want to use indexOf.
Any ...





