I've been using googlecl successfully to add events to my calendar. Things like:
google calendar add "call Paul tomorrow at 8:30am"
work great, and add the appropriate event t the right time. But no reminder is added for the event.
I tried:
google calendar add "call Paul tomorrow at 8:30am reminder 10 minutes"
and other combinations. It…
We'd like to move from using Yahoo! Mail to our Google Apps account.
It'd be great to be able to migrate all the mails across from the old accounts to the new. If we were using Gmail accounts this would be easy as the migration is offered by Google, for some reason they don't offer this to those using custom domains. As far as I know Yahoo!…
I removed Google Chrome 10.x dev version, and installed 8.x stable version again.
After installing 8.x, chrome always shows this message box, every time it starts.
Your profile can not be used because it is from a newer version of Google Chrome.
Some features may be unavailable. Please specify a different profile directory or use…
I have 3 iMacs and a Windows machine on my home network, all connected via an Airport Extreme router. I'm developing Google App Engine applications locally on one of the iMacs, and can view applications using http://localhost:8080 (or whatever port I choose).
How do I connect to those applications from other iMacs and Windows machines in…
Is it possible to, from the OS X 10.6 print dialog, print the web-page directly into my Google Documents account? I can save as PDF and upload it, but, well, I want to cut out the middleman (ie, me; I make too many mistakes...).
I tend to use Chrome to browse the web in case that's relevant.
Are there Google Docs upload-helpers in…
My company currently uses MS Exchange 2003 for company email, contacts, and calendars. We have approximately 150 users. Construction industry.
I would like to look into migrating from Exchange to Google Apps. It will be an easier sell to the powers that be if we can migrate certain smaller departments first successfully than an…
So I blatantly got this idea from the MIX 10 event. At MIX they held a rockband talent competition type thing (I’m not quite sure of all the details). But the interesting part for me is how they collected votes. They used Twitter (what else, when you have a few thousand geeks available to you). The basic idea…
Recently I’ve come across this error a couple of times when running builds that exeucte unit tests using Test containers: API restriction: The assembly 'file:///C:\Builds\<path>\myassembly.dll' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain. Every time I’ve…
I had planned a day of relaxing with Portal 2 but on starting Steam (for the first time in a couple of weeks) I was greeted with the following message in the terminal:
Error: API mismatch: the NVIDIA kernel module has version 270.41.19,
but this NVIDIA driver component has version 270.41.06. Please make
sure that the kernel…
James McGivern, one of the speakers I met at JAX London, is creating media software on the NetBeans Platform. However, he's using Maven and IntelliJ IDEA and one of the features he needs is project support, i.e., the project infrastructure that's part of NetBeans IDE.
The two documents that describe the NetBeans Project…
SharePoint 2010 Training: more information
Here is a little tip that will save you hours of head scratching. See there are two ways to update data in SharePoint using REST based API. A PUT request is used to update an entire entity. If no values are…
For many developers using Coherence, the first place they look for concurrency control is the com.tangosol.util.ConcurrentMap interface (part of the NamedCache interface).
The ConcurrentMap interface includes methods for explicitly locking data. Despite the obvious appeal of a lock-based API, these methods…
Hello,
I have a android webservice client application. I am trying to use the java standard WS library support. I have stripped the application down to the minimum, as shown below, to try and isolate the issue. Below is the applicaiton,
package fau.edu.cse;
import android.app.Activity;
import…
I'm using RabbitMQ on RHEL 5.3 using the Javaclient. I have 2 nodes (machines). Node1 is consuming messages from a queue on Node2 using the Java helper class QueueingConsumer.
QueueingConsumer consumer = new QueueingConsumer(channel);
channel.basicConsume("MyQueueOnNode2", noAck, consumer);…
Hello,
I'm on to some SQL where clause parsing and designed a working RegEx to find a column outside string literals using "Rad Software Regular Expression Desginer" which is using the .NET API. To make sure the designed RegEx works with Java too, I tested it by using the API of course (1.5…
My signed Java applet has been running fine until Java update 19. Now some but not all of our users on Java Update 19 report a java security message stating that our applet contains both signed and unsigned code.
The process for creating our applet is as follows:
1: Clean and Build the…
I've seen this question and this article on how to debug a native Java crash. The article is with respect to Windows. What are the equivalent debugging aids on Linux?
Note: All I have is this crash log from a user in the field. I do not have access to the machine on which the crash…
OK, this is going to be my beating a dying horse for the 3rd time.
However, this question is different from my earlier two about closures/delegates, which asks about plans for delegates and what are the projected specs and implementation for closures.
This question is about - why is…
Hello ,
I am trying to create an adjacency list to store a graph.The implementation works fine while storing 100,000 records. However,when I tried to store around 1million records
I ran into OutofMemory Error :
Exception in thread "main" java.lang.OutOfMemoryError: Java heap…
Hey everybody,
I am trying to build an app where I let my registered user be able to check in to places on Facebook Places. I however for some reason can't seem to make this work. I assumed this is possible with the Api as write functionality has been added to it, but I couldn't…
I am looking for the best method to run a Java Application as a *NIX daemon or a Windows Service. I've looked in to the Java Service Wrapper, the Apache Commons project 'jsvc', and the Apache Commons project 'procrun'. So far, the Java Service Wrapper looks like it's the best…
(the example code below is self-contained and runnable, you can try it, it won't crash your system :)
Tom Hawtin commented on the question here: http://stackoverflow.com/questions/3018165
that:
It's unlikely that the EDT would crash. Unchecked exceptions thrown in EDT…
Every few days I get a crash report for my application with the following stack trace, or small variants thereof (with different line numbers based on different android versions)
java.lang.NullPointerException at
WebView.java:8241:in…