Tuesday, January 27, 2015

Status penerbangan

http://www.flightradar24.com

Thursday, January 22, 2015

Public CCTV

CCTV Dishub Surabaya
Streaming URL can be viewed from Chrome's inspect-element
Example: rtsp://guest:guest@36.66.208.99/mpeg4/ch96/sub/av_stream
To extract street names from HTML source:
findstr "title: "  dishub_cctv.txt >title.txt (import to Excel with fixed width)
To extract streaming URL from HTML source:
findstr "target="  dishub_cctv.txt >rtsp.txt (import to Excel with fixed width)
Extract street names portion from title.txt:
=MID(C1;2;SEARCH("""";C1;2)-2)
Extract streaming URL portion from rtsp.txt:
=MID(I1;9;SEARCH("""";I1;10)-9)
Create XML lines:
=""
To import to "IP Cam Viewer", choose :
Make=Generic URL,  Model=Generic RTSP over TCP

Jasa marga streaming (tol)

Kamera Lalu Lintas Jalan Tol Surabaya (Tol Surabaya - Gempol)

Wednesday, January 21, 2015

Monitor printer usage

CZ Print Job Tracker 9.0
- paid

Print Censor
- paid

Related
--------
Print Audit Secure

Print to 2 printer by default [set PDF creator as 2nd printer for review purpose]



Thursday, January 15, 2015

Combine multiple Internet connections into single pipeline

Google: combine bandwidth from two gsm|3g modem free windows

How To: Get the fastest Internet connection ever
Windows: Using Connectify Dispatch (commercial)


Monday, January 12, 2015

Java development

ERROR NetBeans : diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)

Using the equals() method with String and Object in Java
equals() for String compares the content, not the object itself.

10 Examples of using ArrayList in Java - Tutorial
ArrayList represents an automatic re-sizeable array and used in place of array. Since we can not modify size of an array after creating it, we prefer to use ArrayList in Java which re-size itself automatically once it gets full

How to loop ArrayList in Java - List Itrator Traversal Code Example

Which Java (32 or 64 bit) should be selected when installing Netbeans?
NetBeans 64bit Edition
the download for 64 and 32 bit versions of the IDE is the same, the difference lies in which Java Runtime Environment the install is pointed to. You have to point it to the 64 bit JRE to have it work in 64 bit

from Eclipse message saying List cannot be resolved to a type
You can press SHIFT+CTRL+O for auto importing [packages containing classes needed]
---

from Eclipse IDE - Tutorial
Java can be downloaded in two flavors: a JRE (Java Runtime Environment) and a JDK (Java Development Kit) version.
The Eclipse IDE contains its own Java compiler hence a JRE is sufficient for most tasks with Eclipse.
The JDK version of Java is required if you compile Java source code on the command line and for advanced development scenarios, for example, if you use automatic builds or if you develop Java web applications.

You can define in Eclipse that a project is dependent on another project. To do this select your project, right-click on it and select Properties.
Select Java Build Path and the Projects tab.
If you add a project to the build path of another project, you can use its classes in Eclipse

Manual installation of plug-ins (dropins folder):
You should not modify the content of the Eclipse plugins directory directly. If you want to install plug-ins, put them into the dropins folder. If you want to remove it, delete the JAR from this folder

---

Wednesday, January 7, 2015

Office 365 related

How to export all outlook contacts from 365 to file?
Do you mean OWA(Outlook Web Access) by saying Microsoft Office 365 Outlook? If I am correct, OWA doesn’t support export contacts into an individual file.

Set up email in Outlook 2010 or Outlook 2013 for Office 365 or Exchange-based accounts

From Office 365 Outlook OWA I can see some Contacts. Will it be visible from desktop client as well ?
Probably NO
Use POP or IMAP to connect to Office 365 for business or Microsoft Exchange accounts says:
Connecting to your Office 365 for business or other Microsoft Exchange email account using POP3 or IMAP4 only lets you send and receive email. You can’t connect to your contacts, tasks, or calendar when you connect to your account using POP3 or IMAP4.
BUT from personal experience, by setting desktop Outlook 2013 as described by ChrisChin_qc on Exporting Office 365 Contacts to either a CSV file or Outlook desk copy (only type your e-mail and password, no need to specify POP/IMAP) you can see e-mails AND Contacts from your 365 account so then you can export them
IF that FAILS and your 365 subscription comes with Office click-to-run(?) software, you can try Install Office using Office 365 for business



Monday, January 5, 2015

General Journal posting error "There is no .. ledger entry within the filter .."

A document number is refered to (on "Applies-to Doc" column) more than once