Gws - A helper to manage workspaces composed of git repositories

Hi everyone,
I recently wrote a small bash script for my own needs. I called it gws for Git WorkSpace.
gws
It is a KISS, bash, colorful, vundle-inspired helper to manage workspaces composed of git repositories.
License: MIT
Website: http://streakycobra.github.io/gws/
Github: https://github.com/StreakyCobra/gws
Installation
A package is available in AUR: gws. There is also a git version for development version, just in case someone is interested: gws-git
Briefly
I encourage you to read the README file on github or the github-pages to get started, because:
This is just a very brief introduction
It takes me a lot of time to write it
That being said, you start by creating a list of projects on which you are working (with their associated urls) in a .projects.gws file in the desired "workspace" folder:
perso/gws | https://github.com/StreakyCobra/gws.git
perso/teafree | https://github.com/StreakyCobra/teafree.git
archlinux/habs | https://github.com/StreakyCobra/gws.git
Then you can update your repository with:
gws update
That will clone the repositories which don't exist yet. Then you just have to hack as usual in your repositories. After a long day of coding, you probably didn't remember which repositories have changed, which where pushed and so on. This is where the principal command shows up:
gws
It displays (see screenshots below) the state of each repository, allowing you to take action for repositories you think that need it.
You can also share the projects file to have exactly the same folder structure in all your computers for instance. But there is also some other functionalities, like an ignore file and a check command. Have a look at the README to get started.
Screenshots

kniren wrote:This is great! One of these tools that you don't know that you need until you know they exist
Glad to see you find it useful. I hope you will enjoy it too.
If you want to try, I just added a new functionality: `fetch`, that do a `git fetch` before showing the status of all repositories. For me it is useful when I am going to take the train and I want to be sure to have the latest code on my laptop. I didn't implement it as default for the `status` command because it is quite slow, and require to have ssh-agent installed to avoid reentering the passphrase multiple time for ssh repositories.
It is available in the `gws-git` package right now.

Similar Messages

  • Online help not working on Manage Workspaces page in admin UI

    I just updated two of our APEX instances to 3.12 today and found the help link returns a "Not Found" on the "Manage Workspaces" main page in the admin UI (minor issue, but nevertheless I thought I might post it):
    Not Found
    The requested URL /i/doc/adm_mg_wrkspc_pg.htm was not found on this server.
    However - this seems to be the only page where this happens (so far).
    I noticed that the directory structure below .../images/doc changed from 3.10 to 3.12 - looks like the update for the help link from within the app might have been forgotten as it still tries to access the old path to that page.
    Holger

    Roel,
    Yes, I did but to ensure the ACL was right. I dropped it and recreated it after your post. Still same error.
    SELECT * FROM desc DBA_NETWORK_ACLS;
    HOST LOWER_PORT UPPER_PORT ACL ACLID
    *     (null)     (null)     /sys/acls/power_users.xml     9A5C2DB6D9D00F07E04400144FB7AC42
    select * from dba_network_acl_privileges;
    ACL ACLID PRINCIPAL PRIVILEGE IS_GRANT INVERT START_DATE END_DATE
    /sys/acls/power_users.xml     9A5C2DB6D9D00F07E04400144FB7AC42     APEX_040000     connect     true     false     (null)     (null)
    Justin

  • One of the folders of Robo Help Project Manager is listed twice in Windows Explorer.

    Hello Everybody,
    One of the folders of Robo Help Project Manager is listed twice in Windows Explorer. One has all the subfolders and topics of it and the other has all the subfolders but not the topics. How did I get into this kind of situation? Why do I have two folders? Can somebody please answer on this?
    Since my RH project is attached to Visual Source Safe (VSS), the same structure is mirroring in VSS.

    Hi there
    After reviewing the image I see that what you might think are two of the same folder are two different folders similar in name.
    One is named Advanced_Functionality. The other is named Advanced_Funtionality (note the missing C).
    I'm assuming this is the folder you are referring to?
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Manage Workspace report source

    Hi!
    Can anyone tell me the sources for the reports that I see when I go to Manage Workspace>Monitor>Recent Page Views and then I can drill further by clicking on the Session link? Also, how long does this informaiton stay in the tables?
    I think I'm close when I query the flows_010600.wwv_flow_activity_log and flows_010600.wwv_flow_data tables, but I'm still not quite sure on how things are tied together.
    Ultimately, I'd like to create my own reporting to see which pages in my app are being used the most and which parameters are being entered.
    Thanks!!
    Janel

    Thanks Vikas!!
    I took a look at your samples and I think I can use the page view and session state item queries to get what I need now that I can see how they are joined.
    One more question - do you know how long this information lasts in the tables? The ones that I'm querying are wwv_flow_activity_log, wwv_flow_steps and wwv_flow_data. I seem to recall seeing somewhere that the data is purged after 2 weeks or so.
    Thanks!
    Janel

  • Managing Workspace Users

    I have been looking back through the apex_util APIs and notice there are a lot of API for managing workspace users. In the past the Apex team have not encouraged the use of Workspace users for application authentication schemes, is this a change in stance or would the team still recommend other authentication schemes?
    I notice that the APEX_WORKSPACE_APEX_USERS view does not include the FIRST_NAME, LAST_NAME or the ID of a user. If you wanted to build your own interface to manage workspace users, how would you do this without access to that information? I can see APIs to return the names but how do you determine the ID for a user?
    Shunt

    Hello Shunt,
    >> I can see APIs to return the names but how do you determine the ID for a user?
    The apex_util API include several options to retrieve APEX users information. You can use the ‘fetch_user’ procedure to retrieve all the available information for a specific user; you can use ‘get_user_id’ to retrieve the user ID of any user (providing you have ADMIN privileges) and tou can use ‘get_current_user_id’ to retrieve the current user ID (and compare it with your table, etc.). You can find the documentation in here - http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDIEDJH .
    >> would the team still recommend other authentication schemes?
    I can’t speak for the team (I’m not part of it) but I don’t see a connection between exposing more APEX API to the users, and any authentication schemes policy they might, or might not have. In any case, authentication policy is something that should be determined according to the specific needs of your organization. In some cases the APEX authentication can be good enough, and for others hardly enough. I believe it would be irresponsible to recommend any kind of security policy without knowing specific details of the working environment.
    Regards,
    Arie.

  • Help - Color Management Confusion!

    I'm hoping someone can give me some clear guidance as to how to configure my software to integrate color management so that what I see on my monitor is comparable to what I print or post on the web.  I've read all I can find on-line and looked through a number of books and magazines, but as my reading increases, so does my confusion - too many menus, options, links and connections.  I'll describe what I have in terms of hardware and software in as much detail as possible.  My hope is that someone can help me figure out how to coordinate color management across all platforms and outputs.
    I run an HP desktop with an ASUS IPD monitor.  I have ColorMunki and have reguarly conducted their diagnostic, which gives me an updated monitor profile every two weeks - when a new profile is created, it becomes my default under Windows 7 Control Panel Color Management.  I print with an Epson Stylus Photo R1900 with Epson paper and ink.  I use the printer and paper profiles supplied by Epson for the R1900 and specific papers.
    On the other end, I have Nikon photo equipment.  I set the color space on my cameras to ProPhoto and I shoot exclusively in Nikon raw format - .NEF.  I shoot a D90 and a D7000 with 12M and 16M files respectively.  I download directly from the SD card using Windows Explorer and then import into Lightroom 3.
    I have Lightroom 3 and Photoshop CS5 Extended.  I use Lightroom to import raw files into the catalog and to do basic editing.  From there, I publish to Smugmug as .TIFF files - directly from Lightroom.  I also export files from Lightroom to Photoshop CS5 Extended and save them as .PSD and .JPEG files.  The files that I export to Smugmug look pretty good - similar to what I see on my screen.  My real conundrum is with the Epson printer and Lightroom/Photoshop.  What I see on my monitor is very different from what prints.  From both platforms.  As a rule, the shots are too dark and the colors are often very muted.  This is especially true with images of people and skin tones.  They often come out looking pale gray or blue.
    Right now, my solution is to tweak and print until I get something close enough to print, while the image on my monitor looks horrible.  Needless to say, this is not a viable solution for the long term - it is too expensive and time consuming.  I've tried to read and then adjust adjust both programs, but I'm confused as to what to set where.  I've taken to explorting Lightroom files into Photoshop to use the soft-proof capability.  it works better but still not great and not consistent.  When I do the Photoshop soft-proof, I see signficant portions of most images as "out of gamut>"  I also notice that these areas are often the ones with odd colors.
    My problem, (well, one of them) is the multitude of menus that have color management inputs - how do I make sure they are all working together and reinforcing each other instead of working at cross purposes?  In Lightroom, I have Page Setup and Print Preferences, as well as Color Management options in the Print Module right hand panel.  In Photoshop, I have Print and Page setups, as well as Color Management menus.  There are also the Proof menus to consider.
    In Photoshop, softproofing, I think I ned to select teh printer profile so that Photoshop is showing me how the printer will interpret the color space.  I also think I need to be consistent in how I define the workspace - from Nikon to Lightroom to Photoshop to Epson.  If I use ProPhoto with my camera do I need to use that in every circumstance?  Should I switch to Adobe RGB?  I have printer setting color space turned off in both LR and PS.
    Can someone walk me through any or all of this?  Right now, all of these moving parts is making me dizzy.  It's said that a little knowledge is a dangerous thing.  This proves the point.  Three months ago, I had color management problems but had no idea what such a thing was.  Now, I know a lot more about it, but my results are no better - worse in some respects.  Anyone who can help will earn major Karma points and hae my undying gratitude for several months.  Sorry - that's all the compensation I can offer!
    Thanks in advance for any help.

    Lundberg02 wrote:
    is that the hand of God in the picture?
    That was a nearly mature tornado forming in Nebraska, and it dissipated at the last moment because at that time the sun went down and the temperature dropped rapidly.  I was glad, because I was camping in a travel trailer at the time, and everyone knows trailers attract tornados. 
    Lundberg02 wrote:
    Please explain why and under what circumstances anyone would want to use a device independent profile as a monitor profile, which should be a device dependent profile.
    Here's one example, to answer your specific question:
    You have a monitor that provides sRGB performance (e.g., via a specific sRGB setting).  You judge (and/or ensure via your own calibration) that it provides satisfactory sRGB color accuracy for your needs, so you set the monitor profile to sRGB, which is accurate in this case. 
    What does this do for you?
    Images displayed in Internet Explorer, which assumes your monitor is sRGB regardless of your profile, are now properly color-managed because you have made IE's assumption valid.  By the way, Microsoft does not appear to be going to change this behavior any time soon.
    Untagged images, considering a majority of untagged images assume sRGB encoding, are displayed properly by apps that just pass them through to the display.  Some browsers do this.
    sRGB images (the majority) are displayed properly by non-color-managed apps.  If you choose to set your preferred working space to sRGB, then your own processed images will display properly using your non-color-managed apps.  Such apps include various viewers, the thumbnails in Windows Explorer, etc.
    The sRGB IEC61966-2.1 profile is a clean, well-formed color profile and works well in virtually every color-managed application. It's the Windows default, so you can imagine most apps are very well tested with it.
    Screen grabs are already in the sRGB color space, so if your working space is sRGB then you gain simplicity and don't have gotchas when mixing screen grabs back into your workflow.
    Since the color-gamut is not wide, the distance between adjacent colors in a 24 bit color environment is smaller - the display of gradients looks smoother, and you might not crave 30 bit color quite so much.
    There are other subtle advantages as well, simply because so much of software development throughout history has assumed the representation of color images on computers is sRGB. It's akin to "going with the flow".
    In short, setting up a soup-to-nuts sRGB system means more images match more often across more applications with a system set up this way.  If I'm not mistaken, that's about what the original poster is asking about, which is why RikRamsay's response is not unreasonable.
    And there are, of course, some specific disadvantages to doing this. 
    For one thing, one does not have the direct ability to work with a wider gamut of colors.  There are those who wish to work in wider gamut color spaces, have wide gamut monitors, and wide gamut printers.  Brighter, better managed colors may well help such a person set his/her work off from the crowd.  This is starting to become more and more important in this day and age of better and better wide gamut hardware.
    It's not straightforward to set up a system so that its sRGB response is accurate, though it is doable.  Can you trust the factory sRGB calibration of a monitor that advertises sRGB response characteristics?
    -Noel

  • Solution Manager Roadmap Composer

    Has anyone out there seen a Roadmap Composer?  I came across one a few months ago, but I am unable to locate it now.  Thanks!

    Hi,
    Roadmaps
    The Roadmaps are part of the SAP Solution Manager. They contain the standard SAP implementation methodology and cover the most important aspects and phases of a SAP implementation. The Roadmaps provide links to accelerators and tools which perform project tasks.
    http://help.sap.com/saphelp_sm40/helpdata/en/09/deff3adfdd2a75e10000000a11402f/frameset.htm
    How to create
    http://help.sap.com/saphelp_sm40/helpdata/en/09/deff3adfdd2a75e10000000a11402f/frameset.htm
    The RoadMap UI element displays the steps in a wizard. Each step is represented by a separate RoadMapStep Object or MultipleRoadMapStep. You can use various symbols to mark the start points and the end points of this UI element. Assigning the value more to the property startPointDesign or endPointDesign indicates to the user that there are other steps before the first visible step, or after the last visible step.
    The RoadMap UI element is used to display step by step workflows. This enables the application development to display small steps of a clearly defined work process.
    http://help.sap.com/saphelp_erp2005/helpdata/en/d6/719141c1d0ae5fe10000000a1550b0/frameset.htm
    Also check the following links,
    Roadmap and Business Blueprint
    How to use it for upgrade check markus ans here
    upgrade roadmap in solution manager 4.0
    A good pdf from sdn
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/48f4aa4c-0601-0010-4fb3-abc9042dac4b
    TCODE -RMMMAIN
    Please reward points for the same.
    Message was edited by:
            Prakhar Saxena
    Message was edited by:
            Prakhar Saxena

  • Urgent help:Populate Manager field in AD process from

    Hi All,
    I have been trying to populate AD Manager field in process from. I have a custom pre pop adapter that fetches DN from the AD. The DN fetched has an escape character which i am removing it in custom code.
    The pre pop adapter populates Manager Name filed with a value similar to CN=userlastname, userfirstname,CN=Users,DC=dummy,DC=com.
    We have a requirement that the CN should be lastname, firstnamame. I will not be able to use the escape characters while provisioning. Any suggestions as how to implement this would be of great help.
    Also when i try to provision with DN=CN=userlastname userfirstname,CN=Users,DC=dummy,DC=com i get the following error message.
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <================= End Stack Trace =======================>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks : createUser : Attribute Mapping Error encountered
    Error in attribute conversion operation:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152395, #1:
            0: 000020B5: DSID-03152395, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager)
    ]>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================
    >
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <================= Start Stack Trace =======================>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks : createUser>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <Error in attribute conversion operation:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152395, #1:
            0: 000020B5: DSID-03152395, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager)
    ]>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <Description : Error in attribute conversion operation:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152395, #1:
            0: 000020B5: DSID-03152395, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager)
    ]>
    <Sep 14, 2011 5:40:34 AM PDT> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.exception.InvalidDataException: Error in attribute conversion operation:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152395, #1:
            0: 000020B5: DSID-03152395, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 15000a (manager)
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.createObject(Unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createUser(Unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createADorADAMUser(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCSCREATEUSER.CREATEUSER(adpADCSCREATEUSER.java:163)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCSCREATEUSER.implementation(adpADCSCREATEUSER.java:61)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2936)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:554)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(tcORC.java:850)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(tcORC.java:1163)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(tcOrderItemInfo.java:508)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(tcOrderItemInfo.java:153)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(tcUDProcess.java:192)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:682)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:397)
    at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.setProcessFormDatax(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy338.setProcessFormDatax(Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.setProcessFormDatax(tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.java:353)
    Please help.

    Two ideas:
    First, are you using the latest AD Connector? If not you might look at the bugs fixed because there are a couple related to commas.
    Second, LDAP error 19 is coming from AD and is a constraint violation. You might check if there are any constraints on the AD field in the schema. You also have to make sure that the manager DN that you are trying to use is actually where you say it is before you can set it on a subordinate.
    Hope that helps.

  • Noob needs help using/managing large font collection in os10

    Hope this is the correct forum for this question. I'm a os10 noob starting at a new, small startup design-oriented biz (6-7 macs) that needs to manage fonts - 100s, over a 1000. Other places I've worked used Font Reserve and I'm familiar with that program but I never knew if it came with os10 or you had to go buy it, and if you needed to buy a separate copy for each computer?
    I'm trying to help get this biz set-up, but I know NOTHING about font usage/set-up in os10. I've always used ATM Deluxe4.6 (os9) and have over 2000 fonts nicely arranged in sets (took me an entire day, way back when). Would love to transfer these arranged sets into os10, if possible.
    Is there a built-in font mgmt in os10? Is it any good for large collections? Is Font Reserve a good program for large font collections?
    I don't even know where os10 stores fonts or the right questions to ask. Pls point me in the right direction!
    TIA

    Fontbook is ok for dealing with a handful of fonts on an occasional basis, but for pro design work you should run, don't walk, to: http://www.linotype.com/fontexplorerX/
    FontExplorerX beats the pants of any other font management tool I've used on the mac after many years of ATM, Suitcase & Font Agent Pro. FEX looks and feels like an "iTunes for Fonts" - it's fast, stable, clean and simple to use and best of all for a small biz (like me) - it's FREE! :O

  • Need help in Customizing Workspace

    Hello All,
    I am customizing the flex based ES4 workspace. I was able to follow all the instructions in the Adobe provided document for Customization.
    I am using Flash Builder 4.5 and the SDK which comes with the Livecycle ES4 installation. I was able to import the adobe-workspace-src.zip file and extract the contents and create a new project in flash builder.
    I am facing few problems when I try to build the workspace-ui project using ANT.
    1)  unable to open 'C:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.5.1.lc/frameworks/libs/datavisualization.swc'
    When I checked in the folder, I saw that swc file does not exist at all. Do I need to download the file? Or how do I fix this issue.
    2) The style 'backgroundAlpha' is only supported by type 'mx.controls.TextArea' with the theme(s) 'halo'.
    I am getting this error in Reconnect.mxml file and I googled for the possible reason for this error but no luck. Can any one let me know how to fix this?
    3) unable to open 'C:\Adobe\Workspace_Code\Workspace\foundation\bin\foundation.swc'
    Same as the first point, It doesn't exist at all in the folder. Do I need to download the file? Or how do I fix this issue.
    Any inputs on these are highly appreciated!
    Thanks.

    Hi All,
    While downloading workflow APINVAPR, getting below errors
    Item type APINVAPRwferr:
    - 1300: Could not load.
    - 1114: Could not load from database.
    - 1115: Could not load all definitions referenced by 'APINVAPR' item type.
    - 1115: Could not load contents of 'APINVAPR' item type.
    - 1101: Could not load item types from database. FILTER=APINVAPR
    - 210: Oracle Error: ORA-01480: trailing null missing from STR bind value. SQL text: SELECT protect_level, custom_level, name, display_name, description, wf_selector, read_role, write_role, execute_role, persistence_type, to_char(persistence_days) FROM wf_item_types_vl WHERE name like :itemtype ORDER BY name
    But it was fine when i downlaod POAPPRV.
    Any one face similar kind of issues, please help.
    Thanks
    Rajesh

  • Pls help - colour management suite does not activate

    Have the following problem with the bridge colour management properties opening:-
    am in Bridge CS4-
    inside dropdown menu "creative suite-colour management"
    photoshop and illustrator are installed and in use
    I cannot open this menu section as I get the following error code:-
    This is my translation of the german as I have a german system - suite only possible when one of these programs have been started and in use.
    So I cannot start this programm section, pls let me know what I can do.  Both my programs ahve been started and have been used more than once.
    Thks for the help, the adobe people cannot help me

    Hi Omke,
    Tryed both, start up scripts for AI and PS are activated and I also tryed to
    refresh teh preferences as explained below....
    Seams to be a bigger probleme.
    Thanks Charles
    Am 19.05.2009 18:49 Uhr schrieb "Omke Oudeman" unter <[email protected]>:
    do you have both the start up scripts checked for AI and PS in the Bridge
    preferences.
    And have you already tried to restart Bridge holding down option key to
    refresh the preferences?
    >

  • Help with Understanding Workspaces in OWB 11G

    Hi
    We are planning to upgrade a 10.1.0.3 repository to 10.1.0.4 via the upgrade scripts and then migrate the entire environment to a new server with an 11g database. Also we need to migrate a separate 10gr2 repository and target schemas to the same 11g database.
    I have been reading the documentation and can see that the repository (OWBSYS) can be split into separate workspace owners that you can assign users to.
    I have looked at the Oracle tutorial for OWB 11g and can see it asks for a Workspace Owner User Name and also a Workspace Name. What is the difference between these? If you have multiple Workspaces do these appear as separate schemas on the database and, if so, do these have the Workspace Owner User Name or the Workspace Name?
    In our 10.1.0.3 database we have a design repository A, and a separate runtime repository with a runtime owner and runtime user schema.
    In the 10GR2 database we have a design repository B (containing design and runtime metadata).
    I am thinking of creating one 11G Workspace for the 10.1.0.3 repository data and another workspace for the 10GR2 data. However, would the workspace owner user names need to be the same i.e.'A' and 'B'?
    Any advice would be appreciated.
    Thanks
    GB

    This is what I've learned so far:
    You're repository will always be on the OWBSYS schema. So if you have 2 repositories and plan do put them both on the same database then you'll end up with 1 repository with 2 workspaces.
    All the metadata is stored on the OWBSYS schema.
    The workspace owner will be the user with most privileges on that workspace and can have a different name of the workspace.
    You can add more users (besides the workspace owner) to any of the workspaces.
    hope it helps... and please someone correct me if I'm wrong.

  • Need help / Advice ; manage daily millions of records;;plz help me:)

    Hi all,
    I've only 2 years of experience in Oracle DBA. I need advice from Experts:)
    To begin, the company I work for, decide to daily save in our Oracle database about 40 millions of records in our only table (User tables). These records should be daily imported from csv or xml feeds into one table.
    This 's a project that need :
    - Study the performance
    - Study What is required in terms of hardware
    As a leader in the market, Oracle 's the only DBMS that could support this size of data, but what's the limit of Oracle in this case? can Oracle support and manage perfectly daily 40 millions of records and for many years, ie We need all data of this table, we can't consider after a period that we don't need history: we need to save all data and without purge the history and this for many years i suppose!!! you can imagine 40 daily millions of records and for many years!!!
    Then we need to consolidate from this table different views (or maybe materalized view) for each department and business inside the company, one other project that need study!
    My questions 're :Using Oracle Database 10g Enterprise Edition Release 10.2.0.1.0:
    1-Can Oracle support and perfectly manage daily 40 millions of records and for many years?
    2-Study the performance ; which solutions, technics could I use to improve the performance of :
    - Daily Loading 40 millions of records from csv or xml file/files?
    - Daily Consolidate / managing different views/ materalized view from this big table?
    3- What is required in terms of hardware? features / Technologies( maybe clusters...)
    Hope that experts help me and advice me! thank you very much for your atention :)

    1-Can Oracle support and perfectly manage daily 40 millions of records and for many years?Yes
    2-Study the performance ; which solutions, technics could I use to improve >>>the performance of :Send me your email, and I can send you a Performance tuning metodology pdf.
    You can see my email on my profile.
    Daily Loading 40 millions of records from csv or xml file/files?DIrect Load
    - Daily Consolidate / managing different views/ materalized view from this big table?You can use table partitions, one partition for each day.
    Regards,
    Francisco Munoz Alvarez

  • Help for management software for datacenter

    Hi,
    I'm working on open -source hobby project for managing datacenter. Shortly explained administrators enter information about the devices (servers, network equipment end etc.) and create file for every server. There are also billing scheduled task and etc.
    The interface is written in PHP and the database will be Oracle XE.
    I'm not experienced Oracle administrator. I'm Linux administrator. Would help me optimizing the database structure. I'll be glad if someone optimize the database structure. Here is the database structure.
    http://rs866tl.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=12969973362014196
    and here
    http://www.4shared.com/file/uZWPcuf7/table_structuretxt.html
    Edited by: user10484841 on Sep 1, 2010 2:04 AM

    It does not make a lot of sense to optimize a physical schema if you don't know how the schema is going to be used:
    Please read Principles of Application Design and Tuning in http://download.oracle.com/docs/cd/E11882_01/server.112/e10713/cncptdev.htm#CHDEHHIJ
    >
    Design the data model with the goal of good performance
    Typically, attempts to use generic data models result in poor performance. A well-designed data model answer the most common queries as efficiently as possible. For example, the data model should use the type of indexes that provide the best performance. Tuning after deployment is undesirable because changes to logic and physical structures may be difficult or impossible.

  • Help - color management issue, sunburns! (with a calibrated monitor)!

    I love Lightroom and its workflow, its unlike anything of its kind. However, lately (since I first started using it) I've seen a problem related to color management on my computer (I believe) and hope someone out there can shed some light.
    After importing JPG pictures into Lightroom and making modifications to them, I am getting *completely* different results once I export them (as sRGB, as I'll be sharing them via web). All of the pictures are coming much more saturated (for a lack of a better description).
    Here is what I am getting (see brief descriptions below each pic): http://www.bachmannphoto.com/test/couple.html
    I'd be very curious as to how they are showing up on your (calibrated/uncalibrated) screen(s), but the 1st and 3rd pics are showing up as 'realistic' on my PC, while the middle (exported from Lightroom) is showing up as too much saturation and even reddish push, as though the couple got hit with sunburns.
    Another example of this result here: http://www.bachmannphoto.com/test/dog_chair.html. Though in this case, the picture in the middle actually looks better, it doesn't change the fact that I am getting very different output than what I see in Lightroom (or in photoshop without the embedded profile).
    I am thinking this is a problem with color management settings on my PC. First guess would have been "monitor calibration"... but as mentioned in the title, I calibrated my monitors (I have two Dell 1905FPs... not great for accurate color representation, but they do the job) repeatedly, using Spyder2 Pro.
    What pushes me to think this is the following (represented here http://www.bachmannphoto.com/test/couple_original.html ):
    Before making any modifications to the imported sRGB picture - in other words, importing the picture straight from the camera memory card into Lightroom and then exporting it back (again, without making any modifications to it) - the pictures, both the original and the exported which still look the same and are kept sRGB, look completely different in Lightroom then if I was viewing them in a non-color managed software on my PC, such as the default windows picture viewer.
    If my LCD panels are properly calibrated, should I not be more or less seeing the same image colors, whether I'm viewing them through windows, or through Lightroom (or Photoshop along with the embedded sRGB profile)? What gives??
    Jesse
    PS. I *more* than appreciate anyone taking time to respond to this post. I've been up for nights now trying to understand/fix this.
    If it's any help, I have the different version (but original and exported) files here:
    original file:
    http://www.bachmannphoto.com/test/couple_original.JPG
    Original file, imported into Lightroom and then exported back out w/o any modifications (sRGB): http://www.bachmannphoto.com/test/couple_lightroom-nomidification_exported_srgb.jpg
    Original file, imported into Lightroom, MODIFIED and then exported back out (sRGB):
    http://www.bachmannphoto.com/test/couple_lightroom-modified_exported_srgb.jpg

    Exiftool reports the original contains the following EXIF tags:
    Interoperability Index : R98 - DCF basic file (sRGB)
    Interoperability Version : 0100
    The nomidification_exported version does not have those lines, but contains the actual sRGB profile:
    Profile CMM Type : Lino
    Profile Version : 2.1.0
    Profile Class : Display Device Profile
    Color Space Data : RGB
    Profile Connection Space : XYZ
    Profile Date Time : 1998:02:09 06:49:00
    Profile File Signature : acsp
    Primary Platform : Microsoft Corporation
    CMM Flags : Not Embedded, Independent
    Device Manufacturer : IEC
    Device Model : sRGB
    Device Attributes : Reflective, Glossy, Positive, Color
    Rendering Intent : Perceptual
    Connection Space Illuminant : 0.9642 1 0.82491
    Profile Creator : HP
    Profile ID : 0
    Profile Copyright : Copyright (c) 1998 Hewlett-Packard Company
    Profile Description : sRGB IEC61966-2.1
    Media White Point : 0.95045 1 1.08905
    Media Black Point : 0 0 0
    Red Matrix Column : 0.43607 0.22249 0.01392
    Green Matrix Column : 0.38515 0.71687 0.09708
    Blue Matrix Column : 0.14307 0.06061 0.7141
    Device Mfg Desc : IEC http://www.iec.ch
    Device Model Desc : IEC 61966-2.1 Default RGB colour space - sRGB
    Viewing Cond Desc : Reference Viewing Condition in IEC61966-2.1
    Viewing Cond Illuminant : 19.6445 20.3718 16.8089
    Viewing Cond Surround : 3.92889 4.07439 3.36179
    Viewing Cond Illuminant Type : D50
    Luminance : 76.03647 80 87.12462
    Measurement Observer : CIE 1931
    Measurement Backing : 0 0 0
    Measurement Geometry : Unknown (0)
    Measurement Flare : 0.999 %
    Measurement Illuminant : D65
    Technology : Cathode Ray Tube Display
    Red Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
    Green Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
    Blue Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
    The modified_exported version likewise does not have the interoperability index tag but contains the actual sRGB profile:
    Profile CMM Type : Lino
    Profile Version : 2.1.0
    Profile Class : Display Device Profile
    Color Space Data : RGB
    Profile Connection Space : XYZ
    Profile Date Time : 1998:02:09 06:49:00
    Profile File Signature : acsp
    Primary Platform : Microsoft Corporation
    CMM Flags : Not Embedded, Independent
    Device Manufacturer : IEC
    Device Model : sRGB
    Device Attributes : Reflective, Glossy, Positive, Color
    Rendering Intent : Perceptual
    Connection Space Illuminant : 0.9642 1 0.82491
    Profile Creator : HP
    Profile ID : 0
    Profile Copyright : Copyright (c) 1998 Hewlett-Packard Company
    Profile Description : sRGB IEC61966-2.1
    Media White Point : 0.95045 1 1.08905
    Media Black Point : 0 0 0
    Red Matrix Column : 0.43607 0.22249 0.01392
    Green Matrix Column : 0.38515 0.71687 0.09708
    Blue Matrix Column : 0.14307 0.06061 0.7141
    Device Mfg Desc : IEC http://www.iec.ch
    Device Model Desc : IEC 61966-2.1 Default RGB colour space - sRGB
    Viewing Cond Desc : Reference Viewing Condition in IEC61966-2.1
    Viewing Cond Illuminant : 19.6445 20.3718 16.8089
    Viewing Cond Surround : 3.92889 4.07439 3.36179
    Viewing Cond Illuminant Type : D50
    Luminance : 76.03647 80 87.12462
    Measurement Observer : CIE 1931
    Measurement Backing : 0 0 0
    Measurement Geometry : Unknown (0)
    Measurement Flare : 0.999 %
    Measurement Illuminant : D65
    Technology : Cathode Ray Tube Display
    Red Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
    Green Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)
    Blue Tone Reproduction Curve : (Binary data 2060 bytes, use -b option to extract)

Maybe you are looking for

  • Does firefox 5 support wide gamut or profiled monitors or sRGB, Adobe RGB, or ProPhoto RGB files?

    How does ff5 support sRGB, AdobeRGB, and or ProPhoto RGB? How does ff5 support profiled monitors?

  • Apple fixed my very load dual 2.5 liquid cooled G5

    This post is for all those who have a load G5. I posted a while back about mine looking for help. Then I brought it in to Apple since it was still under warranty. First round they discovered a thermometer in one of my processors was giving a false te

  • Avoid increasing SGA

    Hi, My database suffers recently a lack of SGA memory (I have suffered some ora error related with it). As you can see in my statspack report: Instance Efficiency Percentages (Target 100%) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Buffer Nowait %

  • How to get Hotmail to work on my MAC

    I have hotmail set up on my Apple Laptop but it is causing me nothing be problems.  Works sometimes not others, will not send out messages.  Takes forever to receive messages and often have to restart my computer for them to come in.  What do I do?

  • Message control for delivery

    Hi all, I want to configure the outbound delivery to create an output record whenever the doc is changed (VL02N), I've defined a new output type, added it to the determination procedure, set the dispatch time to 4, but it only creates an output recor