A Professional Java BEA Aqualogic Expert looking for contract position

A Professional Java BEA Aqualogic Expert looking for contract position in Northern/Central NJ or NYC.
For more details, please feel free to contact me:
Dmitry Bryazgin
[email protected]
Cell: 212 365 4747
Edited by Bryazgin at 04/02/2008 7:58 AM

Don�t give up!
I know it is not the forum for this but I couldn�t resist dropping you this message. I lost my job since February. I have tried many things and I am still trying.
Keep working every day that is the Key.
Best luck.
chuck

Similar Messages

  • Color names in Java code format.  Looking for the 216 safe colors.

    Color names and associated values are available in HTML format; I am looking for such a list in Java code.
    thanks for any help.

    // Since I could not find it, I pasted it up myself.
    // Since I think it is useful and cool, I am sharing it.
    import java.awt.Color;
    Java class of the standard non-standard "safe" browser colors.
    View and choose colors grouped by color at
    <http://halflife.ukrpack.net/csfiles/help/colors.shtml>
    or others.
    Colors in this alpha ordered list are presumed to correspond.
    public class Colors {
    public static final Color AliceBlue = rgb("F0F8FF");
    public static final Color AntiqueWhite = rgb("FAEBD7");
    public static final Color Aqua = rgb("00FFFF");
    public static final Color Aquamarine = rgb("7FFFD4");
    public static final Color Azure = rgb("F0FFFF");
    public static final Color Beige = rgb("F5F5DC");
    public static final Color Bisque = rgb("FFE4C4");
    public static final Color Black = rgb("000000");
    public static final Color BlanchedAlmond = rgb("FFEBCD");
    public static final Color Blue = rgb("0000FF");
    public static final Color BlueViolet = rgb("8A2BE2");
    public static final Color Brown = rgb("A52A2A");
    public static final Color BurlyWood = rgb("DEB887");
    public static final Color CadetBlue = rgb("5F9EA0");
    public static final Color Chartreuse = rgb("7FFF00");
    public static final Color Chocolate = rgb("D2691E");
    public static final Color Coral = rgb("FF7F50");
    public static final Color CornflowerBlue = rgb("6495ED");
    public static final Color Cornsilk = rgb("FFF8DC");
    public static final Color Crimson = rgb("DC143C");
    public static final Color Cyan = rgb("00FFFF");
    public static final Color DarkBlue = rgb("00008B");
    public static final Color DarkCyan = rgb("008B8B");
    public static final Color DarkGoldenRod = rgb("B8860B");
    public static final Color DarkGray = rgb("A9A9A9");
    public static final Color DarkGreen = rgb("006400");
    public static final Color DarkKhaki = rgb("BDB76B");
    public static final Color DarkMagenta = rgb("8B008B");
    public static final Color DarkOliveGreen = rgb("556B2F");
    public static final Color Darkorange = rgb("FF8C00");
    public static final Color DarkOrchid = rgb("9932CC");
    public static final Color DarkRed = rgb("8B0000");
    public static final Color DarkSalmon = rgb("E9967A");
    public static final Color DarkSeaGreen = rgb("8FBC8F");
    public static final Color DarkSlateBlue = rgb("483D8B");
    public static final Color DarkSlateGray = rgb("2F4F4F");
    public static final Color DarkTurquoise = rgb("00CED1");
    public static final Color DarkViolet = rgb("9400D3");
    public static final Color DeepPink = rgb("FF1493");
    public static final Color DeepSkyBlue = rgb("00BFFF");
    public static final Color DimGray = rgb("696969");
    public static final Color DodgerBlue = rgb("1E90FF");
    public static final Color Feldspar = rgb("D19275");
    public static final Color FireBrick = rgb("B22222");
    public static final Color FloralWhite = rgb("FFFAF0");
    public static final Color ForestGreen = rgb("228B22");
    public static final Color Fuchsia = rgb("FF00FF");
    public static final Color Gainsboro = rgb("DCDCDC");
    public static final Color GhostWhite = rgb("F8F8FF");
    public static final Color Gold = rgb("FFD700");
    public static final Color GoldenRod = rgb("DAA520");
    public static final Color Gray = rgb("808080");
    public static final Color Green = rgb("008000");
    public static final Color GreenYellow = rgb("ADFF2F");
    public static final Color HoneyDew = rgb("F0FFF0");
    public static final Color HotPink = rgb("FF69B4");
    public static final Color IndianRed = rgb("CD5C5C");
    public static final Color Indigo = rgb("4B0082");
    public static final Color Ivory = rgb("FFFFF0");
    public static final Color Khaki = rgb("F0E68C");
    public static final Color Lavender = rgb("E6E6FA");
    public static final Color LavenderBlush = rgb("FFF0F5");
    public static final Color LawnGreen = rgb("7CFC00");
    public static final Color LemonChiffon = rgb("FFFACD");
    public static final Color LightBlue = rgb("ADD8E6");
    public static final Color LightCoral = rgb("F08080");
    public static final Color LightCyan = rgb("E0FFFF");
    public static final Color LightGoldenRodYellow = rgb("FAFAD2");
    public static final Color LightGrey = rgb("D3D3D3");
    public static final Color LightGreen = rgb("90EE90");
    public static final Color LightPink = rgb("FFB6C1");
    public static final Color LightSalmon = rgb("FFA07A");
    public static final Color LightSeaGreen = rgb("20B2AA");
    public static final Color LightSkyBlue = rgb("87CEFA");
    public static final Color LightSlateBlue = rgb("8470FF");
    public static final Color LightSlateGray = rgb("778899");
    public static final Color LightSteelBlue = rgb("B0C4DE");
    public static final Color LightYellow = rgb("FFFFE0");
    public static final Color Lime = rgb("00FF00");
    public static final Color LimeGreen = rgb("32CD32");
    public static final Color Linen = rgb("FAF0E6");
    public static final Color Magenta = rgb("FF00FF");
    public static final Color Maroon = rgb("800000");
    public static final Color MediumAquaMarine = rgb("66CDAA");
    public static final Color MediumBlue = rgb("0000CD");
    public static final Color MediumOrchid = rgb("BA55D3");
    public static final Color MediumPurple = rgb("9370D8");
    public static final Color MediumSeaGree = rgb("3CB371");
    public static final Color MediumSlateBlue = rgb("7B68EE");
    public static final Color MediumSpringGreen = rgb("00FA9A");
    public static final Color MediumTurquoise = rgb("48D1CC");
    public static final Color MediumVioletRed = rgb("C71585");
    public static final Color MidnightBlue = rgb("191970");
    public static final Color MintCream = rgb("F5FFFA");
    public static final Color MistyRose = rgb("FFE4E1");
    public static final Color Moccasin = rgb("FFE4B5");
    public static final Color NavajoWhite = rgb("FFDEAD");
    public static final Color Navy = rgb("000080");
    public static final Color OldLace = rgb("FDF5E6");
    public static final Color Olive = rgb("808000");
    public static final Color OliveDrab = rgb("6B8E23");
    public static final Color Orange = rgb("FFA500");
    public static final Color OrangeRed = rgb("FF4500");
    public static final Color Orchid = rgb("DA70D6");
    public static final Color PaleGoldenRod = rgb("EEE8AA");
    public static final Color PaleGreen = rgb("98FB98");
    public static final Color PaleTurquoise = rgb("AFEEEE");
    public static final Color PaleVioletRed = rgb("D87093");
    public static final Color PapayaWhip = rgb("FFEFD5");
    public static final Color PeachPuff = rgb("FFDAB9");
    public static final Color Peru = rgb("CD853F");
    public static final Color Pink = rgb("FFC0CB");
    public static final Color Plum = rgb("DDA0DD");
    public static final Color PowderBlue = rgb("B0E0E6");
    public static final Color Purple = rgb("800080");
    public static final Color Red = rgb("FF0000");
    public static final Color RosyBrown = rgb("BC8F8F");
    public static final Color RoyalBlue = rgb("4169E1");
    public static final Color SaddleBrown = rgb("8B4513");
    public static final Color Salmon = rgb("FA8072");
    public static final Color SandyBrown = rgb("F4A460");
    public static final Color SeaGreen = rgb("2E8B57");
    public static final Color SeaShell = rgb("FFF5EE");
    public static final Color Sienna = rgb("A0522D");
    public static final Color Silver = rgb("C0C0C0");
    public static final Color SkyBlue = rgb("87CEEB");
    public static final Color SlateBlue = rgb("6A5ACD");
    public static final Color SlateGray = rgb("708090");
    public static final Color Snow = rgb("FFFAFA");
    public static final Color SpringGreen = rgb("00FF7F");
    public static final Color SteelBlue = rgb("4682B4");
    public static final Color Tan = rgb("D2B48C");
    public static final Color Teal = rgb("008080");
    public static final Color Thistle = rgb("D8BFD8");
    public static final Color Tomato = rgb("FF6347");
    public static final Color Turquoise = rgb("40E0D0");
    public static final Color Violet = rgb("EE82EE");
    public static final Color VioletRed = rgb("D02090");
    public static final Color Wheat = rgb("F5DEB3");
    public static final Color White = rgb("FFFFFF");
    public static final Color WhiteSmoke = rgb("F5F5F5");
    public static final Color Yellow = rgb("FFFF00");
    public static final Color YellowGreen = rgb("9ACD32");
    public Colors() {  }
    private static Color rgb(String hexValue){
    return(new Color(
    Integer.parseInt(hexValue.substring(0, 2), 16),
    Integer.parseInt(hexValue.substring(2, 4), 16),
    Integer.parseInt(hexValue.substring(4), 16)));

  • Java.lang.NoClassDefFoundError: Weblogic looks for wrong drivers

    Hi all,
    I have a strange problem with weblogic. I use weblogic7.0 with MS SQLServer database.
    All my jdbc related code from anywhere within my web application works without
    a problem.
    But when I try to access the database as a client using weblogic's datasource(obtained
    by JNDI lookup), I get the NoClassDefFoundError. Weblogic seems to be looking
    for some Oracle drivers strangely, where as I don't have any thing related to
    Oracle at all. It breaks on getConnection() call on data source. My connection
    pool and data source are defined properly and I have the JDBC drivers for SQLServer
    in weblogic's classpath and also in client's classpath(although not required).
    Again, all the database access code within my session beans using the same datasource
    works fine. Weblogic server and the client application are running on the same(local)
    machine.
    Any help would be appreciated.
    Thanks in advance.
    Vas
    Here's the stack trace.
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleStatement
         at java.lang.Class.getMethods0(Native Method)
         at java.lang.Class.getMethods(Class.java:737)
         at weblogic.rmi.utils.Utilities.getRemoteMethods(Utilities.java:382)
         at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:79)
         at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:60)
         at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:637)
         at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:656)
         at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:651)
         at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:59)
         at weblogic.common.internal.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:249)
         at weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:134)
         at java.lang.reflect.Method.invoke(Native Method)
         at java.io.ObjectStreamClass.invokeMethod(ObjectStreamClass.java:1610)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:388)
         at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2258)
         at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
         at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1407)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
         at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:140)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:91)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:161)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:128)
         at weblogic.jdbc.common.internal.RmiDataSource_WLStub.getConnection(Unknown Source)
         at com.actiontech.jmetro.server.core.DBSession.executeQuery(DBSession.java:109)
         at com.actiontech.jmetro.server.query.NamespaceMappings.loadMappings(NamespaceMappings.java:76)
         at com.actiontech.jmetro.server.query.NamespaceMappings.<init>(NamespaceMappings.java:56)
         at com.actiontech.jmetro.server.query.NamespaceMappings.getInstance(NamespaceMappings.java:50)
         at com.actiontech.jmetro.server.query.NamespaceMappingsTest.testSave(NamespaceMappingsTest.java:21)
         at java.lang.reflect.Method.invoke(Native Method)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at junit.framework.TestSuite.runTest(TestSuite.java:208)
         at junit.framework.TestSuite.run(TestSuite.java:203)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:360)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:246)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:146)

    Hi all,
    I have a strange problem with weblogic. I use weblogic7.0 with MS SQLServer database.
    All my jdbc related code from anywhere within my web application works without
    a problem.
    But when I try to access the database as a client using weblogic's datasource(obtained
    by JNDI lookup), I get the NoClassDefFoundError. Weblogic seems to be looking
    for some Oracle drivers strangely, where as I don't have any thing related to
    Oracle at all. It breaks on getConnection() call on data source. My connection
    pool and data source are defined properly and I have the JDBC drivers for SQLServer
    in weblogic's classpath and also in client's classpath(although not required).
    Again, all the database access code within my session beans using the same datasource
    works fine. Weblogic server and the client application are running on the same(local)
    machine.
    Any help would be appreciated.
    Thanks in advance.
    Vas
    Here's the stack trace.
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleStatement
         at java.lang.Class.getMethods0(Native Method)
         at java.lang.Class.getMethods(Class.java:737)
         at weblogic.rmi.utils.Utilities.getRemoteMethods(Utilities.java:382)
         at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:79)
         at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:60)
         at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:637)
         at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:656)
         at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:651)
         at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:59)
         at weblogic.common.internal.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:249)
         at weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:134)
         at java.lang.reflect.Method.invoke(Native Method)
         at java.io.ObjectStreamClass.invokeMethod(ObjectStreamClass.java:1610)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:388)
         at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2258)
         at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
         at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1407)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
         at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:140)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:91)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:161)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:128)
         at weblogic.jdbc.common.internal.RmiDataSource_WLStub.getConnection(Unknown Source)
         at com.actiontech.jmetro.server.core.DBSession.executeQuery(DBSession.java:109)
         at com.actiontech.jmetro.server.query.NamespaceMappings.loadMappings(NamespaceMappings.java:76)
         at com.actiontech.jmetro.server.query.NamespaceMappings.<init>(NamespaceMappings.java:56)
         at com.actiontech.jmetro.server.query.NamespaceMappings.getInstance(NamespaceMappings.java:50)
         at com.actiontech.jmetro.server.query.NamespaceMappingsTest.testSave(NamespaceMappingsTest.java:21)
         at java.lang.reflect.Method.invoke(Native Method)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at junit.framework.TestSuite.runTest(TestSuite.java:208)
         at junit.framework.TestSuite.run(TestSuite.java:203)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:360)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:246)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:146)

  • Looking for Labview Position in Israel

    I'm LabVIEW programmer (CLAD) with 12 years experience.
    My specializations are equipment communication, measurement and control systems integration ( Communications, Control, Manufacturing Test,
    RF  Measurements, Data Bases)
    Also I work with SQL Server & SolidWorks
    I am living at Israel
    Oleg
    [email protected]

    You may have more luck in the specific LabVIEW Developer's Looking for a Job board: http://forums.ni.com/t5/LabVIEW-Developers-Seeking​/bd-p/JobSearch
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • CLD Looking for next position

    A name you'ld recognize from the forums- I have a contract ending early September and am looking to fill the backside of the contract with the next opportunity.  Strong test automation design, development and integration experience.  I'm located in the Twin Cities but willing to telecommute + some travel.  PM Ghostacct or my profile.

    Rick
    Is the contract work still available? If so, can you please send your mail id so that I can forward my resume. I have 7yrs of experience in LabVIEW development. I finished one contract 2 months back and am looking for other project work.
    Please respond back if you still have the open requirement
    Thanks
    Srikanth

  • Looking for Labview Position

    I'm LabVIEW programmer (CLAD) with 8 years experience.
    My specializations are NI-based test, measurement, and control systems integration ( Communications, Control, Manufacturing Test, RF  Measurements, Medical Device Testing)
    I am living at Israel
    Eugene
    [email protected]

    Wrong forum. Try: http://forums.ni.com/ni/board?board.id=JobSearch
    Message Edited by altenbach on 12-02-2007 11:10 AM
    LabVIEW Champion . Do more with less code and in less time .

  • Looking for Java tutor in NYC

    I am a beginer level Java programmer and am looking for someone with more experience to provide some guidance/support.
    Email me if you might be interested so we can discuss availability & fees.
    [email protected]
    Thanks

    Basically what I am looking for is someome with more experience than myself to coach me through some examples. I understand the concepts and theory behind OO, but I need more practice in applying it (in other words, coding!). I think about 5 hours a week to work through some examples would be good.

  • Looking for a director consultant

    Hello there!
    I'm not sure if this is posted in the right place; if it's
    not, please don't flame me -- just let me know and I'll remove it.
    I am an academic, working with two colleagues to produce a
    DVD-Rom for the academic market (we have a publishing contract with
    a University Press). The project is basically a "chapter" format
    with forward/back controls and a main menu. It includes Quicktime
    video.
    I'm the person responsible for actually authoring the project
    in Macromedia Director, but I'm only an English professor, i.e.
    enthusiastic amateur! I've got the files mostly assembled, but I'm
    not confident of my ability to produce a fully professional title.
    We are looking for a consultant to help us out with these things:
    *** Working out how to implement a "bookmark this page"
    function.
    *** Work with me to understand what I need to be aware of
    while completing the files. This might include giving me advice on
    scripts to use for successful memory management, advice on what
    quicktime codecs to use, advice on any other scripts I should
    understand (e.g. how to change monitor res, preloading flash &
    video, quicktime detection etc.).
    *** Advice on how to pop up full-screen video, what Xtras I
    will need, where to get them etc.
    -- we are funding this through a university grant which
    expires on November 30th, so the work needs to be invoiced by then.
    We are also on a *very limited budget* by your standards - about
    $6000.
    If you think you can help, email me at
    [email protected]
    Thanks for your time.

    Hi Colin,
    I have links to the various Director lists at:
    http://www.fbe.unsw.edu.au/learning/director/resources/#lists
    Info anout the Direct-L list can be found at:
    http://listserv.uark.edu/archives/direct-l.html
    You can email me directly ([email protected]) if you have
    questions. I may also
    be able to help finding people in your area to to support
    your projects.
    regards
    Dean
    Director Lecturer / Consultant
    http://www.fbe.unsw.edu.au/learning/director/
    http://www.multimediacreative.com.au

  • Java version "1.4.2_14" - For Intel Xeon Processor

    Hello
    Can some one plese give me link to below java version - I am looking for INTEL system.
    java version "1.4.2_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_14-b05, mixed mode)
    Appreciate your help
    Basisdude

    Hi,
    you can find it here:
    http://java.sun.com/products/archive/j2se/1.4.2_14/index.html
    Just choose Download J2SDK with Windows.
    Cheers,
    Anja

  • UK based Alliance Member looking for local and remote opportunities

    Austin Consultants is looking for contract and part
    time opportunities in the whole of UK and Europe and remote work for companies all over the world. With the current
    exchange rate situation, we have become really cost-effective for our clients in America, Canada, Australia and
    Europe. If you are looking for expert advice on LabVIEW and other
    National Instruments software development, please don't hesitate to
    contact us at info at austinconsultants dot co dot uk. A brief
    description of our company is provided below and a link to our website
    is mentioned in my signature as well. My personal email is provided on my profile page.
    Austin Consultants are the UKs highest certified LabVIEW 
    specialists and National Instruments Alliance Partner. We integrate
    test, measurement and control systems across the industrial sector and
    and are experts in LabVIEW,
    TestStand, NI VISION, CVI, C, C#, .NET and Silverlight. We
    have previous experience with the Tokomak Textor Fusion Reactor, and
    have strong
    Aerospace and Military background with Airbus, Goodrich and Horstman
    Defence. We have worked with companies in the field of Green
    Engineering, Research and Innovation, Optoelectronics, Automotive and
    Medical device manufacturing.
    Message Edited by Adnan Z on 05-14-2010 10:27 AM
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

    Dear Sir,
    I would like to get an opportunity to participate in your upcoming or ongoing projects and work for you as a team member. I am a final year MSc Electrical and Communications Engineering student at University of Greenwich UK. Please give me some task to deliver as my MSc final year project or it could provide results for my project. From this experience I intend to move to enhanced certification level and have an experience of working with professionals in the industry.
    My experience of LabVIEW programming and hardware integration is two years plus and I have successfully done my CLAD LabVIEW certification at NI Week last year in London. On my job I was responsible to interact with clients, gather their requirements, suggest suitable hardware modules and then program and integrate to provide deliverable solution.
    Please find my CV attached and contact me at your most convenient. I can work in your South East office at Northolt if required.
    Best Regards,
    Harris Junaid
    Cell: 07813 764372
    email: [email protected]
    Attachments:
    Harris_Junaid(CV).docx ‏24 KB

  • Looking for applications written using CLDC.

    Dear all,
    I want to find some opensource Java application*s* written using CLDC. It is because I want to test the optimization of Squawk. Squawk only compiles Java files (not class files) written using CLDC.
    Can you please give me some links pointing to CLDC based applications with Java source files.
    Looking for your reply,

    Dear all,
    I want to find some opensource Java application*s* written using CLDC. It is because I want to test the optimization of Squawk. Squawk only compiles Java files (not class files) written using CLDC.
    Can you please give me some links pointing to CLDC based applications with Java source files.
    Looking for your reply,

  • SpaceX is looking for engineers with LabVIEW experience in Hawthorne CA (LA area)

    SpaceX is looking for engineers with LabVIEW programming experience for our Launch group. Our responsibilities include:
    Controlling launch pad equipment via PXI/LabVIEW
    Commanding and monitoring our Falcon 1 and Falcon 9 rockets via a LabVIEW-based Vehicle control system
    Commanding and monitoring our Dragon capsules via a LabVIEW-based Mission Operation system
    Ocean recovery of Falcon 1 and Falcon 9 stages after liftoff and Dragon capsules after splashdown
    Cargo configuration of Dragon capsules going to resupply the International Space Station
    Maintenance of Mission Control Centers with the help of our IT department
    With the exception of the launch pad equipment program, most of our LabVIEW programs do not interact with DAQ hardware (unusual, I know). The Vehicle control and Mission Operations software get their data via Ethernet from 'black boxes' that connect to NASA & Commercial RF ground stations. We also create several utility programs in LabVIEW that also don't interact with hardware. So, this is mostly a software gig, not a hardware/software gig.
    Ideal candidates will have the following qualities:
    CLD-level LabVIEW experience
    A good understanding of basic computer networking (TCP/IP, UPD, firewalls, VPN)
    Must be enthusiastic about space (What year did we land on the moon? How many men walked on the moon? How many Space Shuttles do we currently have? etc.)
    Must be willing to travel. Common destinations include Houston (NASA Johnson Space Center), McGregor TX (test site), Cape Canaveral FL (launch site), Kwajalein Marshall Islands (launch site)
    Must be able to work without supervision. We have a very flat management structure, no one will be telling you what you need to do. If you don’t know, ask. If you do know, get it done.
    About the job:
    Job is located in Hawthorne, CA in the Los Angeles area.
    This is not a 9-5 job. There will be some late nights.
    You won't be LabVIEW only. Everyone chips in as needed. Our group has done Javascript, C++, MATLAB, configuring of TELEX comm systems, cutting of metal with bandsaws, welding, Unigraphics CAD, etc. If we need it and you don't know it, grab a book and learn.
    We are only hiring full time employees. Contractors need not apply.
    To conform to U.S. Government space technology export regulations, SpaceX hires only U.S. citizens and U.S. Permanent Residents.
    Apply at SpaceX.com. Click the Careers button and fill out the general application. Mention this posting in the cover letter field. Don’t reply to this forum. You need to go to SpaceX.com to get your information into our system.
    Message Edited by Lavezza on 03-31-2010 03:59 PM

    There is a job posting up now at SpaceX.com. Go to the careers tab and search for LabVIEW.
    Look for the position called: Mission Control Software Engineers (LabVIEW).

  • Certified LabVIEW Associate Developer with 6 month of MNC Industry work experience looking for job change

    Hi,
    I am Vishal. I am Certified LabVIEW Associate Developer. Working on contract position as Junior Engineer from sasken communication on customer place National Instrument. Looking for permenant position. 

    I am need of a CLD or CLAD for a direct hire or long term contract opportunity in western New York.  Please contact me at 716-677-2667 Ext 12 or 888-297-4825 Ext 12 to discuss.
    Thank you,
    Vanessa
    :: vanessa boone :: contract staffing manager :: systems personnel group :: west seneca ny :: ( 716.677.2667 x12 :: * [email protected]

  • LabVIEW CLAD Certified looking for work in Southern California

    Hey guys,
    I'm a recent graduate from UCLA with a BS in Material Science and Engineering. I have been using LabVIEW for about a year now and got CLAD certified in June. I really enjoy working with the software and I have experience with some hardware (myDAQ). Looking for a position near Los Angeles but I'm pretty flexible. 

    Hello, I saw that you were looking for work in southern california. Here is a job posting for my company and I would be interested in meeting with you this week if you are still looking.
    Thank you, Daniel Rust
    Executive Establishment Officer
    626-616-7717
    [email protected]
    Anaheim CA 92801
    [email protected]
    Job Title: Project Manager
    Job Type: Permanent
    Job Location: Anaheim CA
    Main hardware expertise required: Compact DAQ/RIO (cDAQ,cRIO), Enclosures, Cabling, Other (please comment)  
    Main software expertise required: LabVIEW, LabVIEW Real-time (RT)
    Job Description: LabVIEW programmer needed to program and update a series of technologies while using NI CompactRIO and Single Board RIO applications. Some basic networking and basic electronics experience required.
    40 hrs/wk at our Orange County facility.
    What qualifications and T&M certifications do you require? Technical, LabVIEW Certified Developer Prefered
    Salary Offered: $60K-80K based on experience and qualifications  
    The attachment is a picture of the prototype ETU unit. The DBA of the company is "GreenLink Systems," our website is www.greenlinksystem.com

  • M.Tech and Research scholar with 2.5 year LabVIEW experiance looking for profile as LabView Developer

    I am M.tech Biomedical enginer and working as research scholar with 1 year experiance and having 2.5  years experiance of labview,vision builder and vision assistant.
    Looking for the position of labview developer in good organization..
    Mail ID:[email protected]

    Hello I wanted to bump this thread up.
    I fell time has come time to once again embark on a job search quest for me.
    What has changed since the opening thread?:
    My CLD has expired, but I intend to recertify using the CLD-R and very quickly once again to CLA. ( plan is to do it in march ).
    During my last 2 years I've worked predominatnly in LabVIEW on very high speed DAQ with insane data-rates.
    Learned how to do proper multi threading in LabVIEW and work with ginormous data -sets in the hundreds od GB,
    Learned how to do proper 64-bit labview apps, and use memory efficiently.
    Got experience working on Oil and Gas stuff. Gained Team Lead Experience.
    What am I looking for:
    Software Architect, Team Lead or Software Manager positions.
    I'm also trying to get canadian residence, which should take me approx 10 moths to sort out, but if a job offer came sooner this could boost me.
    So Canadian offers are of my particuar interest.
    US jobs, unfortunately I do not have a work permint in US, which excludes me from 90% of the jobs on this forum, if any employer has the ability to sponsor please contact tme.
    I'm an EU citizen and I do browse the EU offers all the time, but if my profile is interesting to you please don't hesitate and contact me and I'll send you my resume.
    Regards,
    WibJ

Maybe you are looking for

  • CS5 Error with Animation Output

    Running CS5 on a Mac 10.6.4 Every time I render, it gives the following error message: An output module failed. The file may be damaged or corrupted. (-1610153464) I've tested the files on a different machine and they open and render out fine. I did

  • Copy Standard SAP Print Program

    Dear everyone,   Do anyone can give some guide on coping the standard SAP print program - RVADDN01. Regards, Kit

  • Emails blocked since launching my muse site, help?

    Have had my domain site for years, set up as a gmail address, my name at my domain.com Launched my site through Muse and Business Catalyst now I am not getting my emails (get them at gmail but the address is my name at my domain) have tried to do sea

  • Table Data Flow AutoPayment

    Hi All, Can anyone have a clear data flow (table) when perform autopayment F110 , and then go to DMEE generate XML file. That means, how data transfer from table REGUH, REGUP to FPAYH, and FPAYHX Do we need to do field mapping for this process ? I am

  • SIMBL error in Safari

    I just upgraded to Leopard and am getting the following error notice when I launch Safari: SIMBL Error Safari 3.0.4 (v5523.10) has not been tested with the plugin (null) (null) (v0.62). As a precaution, it has not been loaded. Please contact the plug