search for: jst

Displaying 20 results from an estimated 111 matches for "jst".

Did you mean: just
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...et stripped" at the command line. This produced a number of jar files, including a "cortado-ov-stripped-0.6.0.jar" file, as expected. Examining the insides of the cortado-ov-stripped-0.6.0.jar file revealed a number of files in the following layout: ./com ./com/fluendo ./com/fluendo/jst ./com/fluendo/jst/Buffer.class ./com/fluendo/jst/Bus.class ./com/fluendo/jst/BusHandler.class ./com/fluendo/jst/BusSyncHandler.class ./com/fluendo/jst/Caps.class ./com/fluendo/jst/CapsListener.class ./com/fluendo/jst/Clock$ClockID.class ./com/fluendo/jst/Clock.class ./com/fluendo/jst/ClockProvider....
2012 May 07
1
Sprockets, JST, Eco and escaping
While it was a good move from Rails part to escape ERB <%= %> tags by default, it doesn''t seem to happen to Sprockets as well. The strange bit is that according to Sprockets documentation, it would be just a matter of naming your template as .jst.eco to enable Eco: https://github.com/sstephenson/sprockets#javascript-templating-with-ejs-and-eco Then, extracted from Eco documentation: https://github.com/sstephenson/eco <%= expression %>: Evaluate a CoffeeScript expression, *escape* its return value, and print it. It means that by...
2013 Jun 04
0
JST paths differ between development and production
In development my templates are available under JST["javascripts/templates/..."], but in production the common "javascripts/" prefix is ignored and the templates are stored under JST["templates/..."] instead. Simply doing a `rake assets:precompile` for production. Any ideas? -- You received this message because yo...
2014 Oct 24
1
Changing user account passwords using smbpasswd after password expiration
...me: USERNAME Home Directory: HomeDir Drive: H: Logon Script: logon.bat Profile Path: Domain: WORKGROUP Account desc: Workstations: Munged dial: Logon time: 0 Logoff time: Tue, 19 Jan 2038 12:14:07 JST Kickoff time: Tue, 19 Jan 2038 12:14:07 JST Password last set: Sat, 26 Jul 2014 13:05:40 JST Password can change: Sat, 26 Jul 2014 13:05:40 JST Password must change: Fri, 24 Oct 2014 13:05:40 JST Last bad password : 0 Bad password count : 0 Logon hours : FFFFFFFFFFFFFFFFFFFFF...
2009 Nov 20
1
Licenses GPL and LGPL
...ee processing.org). I prefer LGPL over GPL because it allows a wider usage of the library. The core libraries of Processing are released under LGPL as well. I would like to use com.fluendo.plugin and com.fluendo.jheora which are LGPL, but the problem is that they use some classes from com.fluendo.jst and com.fluendo.utils that have a GPL license at the beginning of the file. I think that if you need a single GPL file to compile a LGPL library, the whole must be released under the GPL (and cannot be released under the LGPL), am I right? It is weird because half the files in the jst package are...
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) - JST plugins for: - HTTP source element - Ogg and Multipart demuxers - Theora, JP...
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
...nown Source) at com.fluendo.plugin.HTTPSrc.openWithConnection(HTTPSrc.java:295) at com.fluendo.plugin.HTTPSrc.getInputStream(HTTPSrc.java:358) at com.fluendo.plugin.HTTPSrc.access$200(HTTPSrc.java:28) at com.fluendo.plugin.HTTPSrc$1.activateFunc(HTTPSrc.java:246) at com.fluendo.jst.Pad.activate(Pad.java:305) at com.fluendo.jst.Element.padsActivate(Element.java:232) at com.fluendo.jst.Element.changeState(Element.java:362) at com.fluendo.jst.Element.doChangeState(Element.java:390) at com.fluendo.jst.Element.setState(Element.java:456) at com.fluendo.jst.Pipe...
2008 Aug 18
3
NUT on Mac OSX 10.5
...ailartuhov$ My questions: 1. input.voltage: 204.0 This value is constant and does not change at each session (only change after restart computer). Why? 2. ?very minute I see the messages appear (terminal) : Broadcast Message from mihailartuhov at iMac.local (no tty) at 17:11 JST... Communications with UPS CS_650 at localhost lost Broadcast Message from mihailartuhov at iMac.local (no tty) at 17:11 JST... Communications with UPS CS_650 at localhost established Broadcast Message from mihailartuhov at iMac.local (no tty) at 17:12 JST... Communications...
2011 May 10
4
[3.4.7] Right way to provide full access?
Hello I'd like to configure Samba on a test host running Ubuntu so that I have full read/write access from XP to a sub-directory of the root filesystem. The host is located on a LAN behind a firewall, so security is not an issue, ie. I'd like to configure Samba with no/minimal security. Currently, I can read but can't write. Between /etc/passwd, smb.conf, and access rights to the
2005 Apr 20
2
Where is .xsession-errors
...28 September 2004 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.4.27-2-686 (horms at charles.lab.ultramonkey.org) (gcc version 3.3.5 (Debian 1:3.3.5-6)) #1 Thu Jan 20 11:10:41 JST 2005 Thanks for any clue -- Hardy Beltran Monasterios - www.hardy.com.bo hardy at acm dot org Usuario Linux #50949 - http://counter.li.org La Paz, Bolivia
2006 Aug 12
7
Override method in ActiveRecord
Hello, there is a method ActiveRecord::Base#exists? . I would like to override this method in a class ActiveRecord. Could anyone tell me how to do it? TIA -- Posted via http://www.ruby-forum.com/.
2004 Jul 10
5
turn off NBT
Hi, I tried to turn off Netbios over TCP/IP by adding this to [global] session in smb.conf disable netbios = yes After restarting samba smbd is still listing on TCP 139. Is this normal? Or did I missed anything? Thanks. Regards, Dil Lee __________________________________________________ Do You Yahoo!? http://bb.yahoo.co.jp/
2010 Nov 04
4
fadvise DONTNEED implementation (or lack thereof)
I've recently been trying to track down the root cause of my server's persistent issue of thrashing horribly after being left inactive. It seems that the issue is likely my nightly backup schedule (using rsync) which traverses my entire 50GB home directory. I was surprised to find that rsync does not use fadvise to notify the kernel of its use-once data usage pattern. It looks like a
2012 Mar 30
2
[LLVMdev] TEXTREL usr/lib/llvm/libLLVM-3.0.so on PPC
Hi, > The patch in PR is wrong since it will make both darwin and windows > unhappy. I will comment on gentoo PR about possible proper solution. I'll give it a try as you comment on the gentoo PR. But my ppc box is in my office, so I'll post a result on next Monday (JST). Thanks,
2007 Jul 05
1
Have I down loadded the correct manuals?
Hi Folks I'm just installing CentOS 5 and while the install is in progress I went to your site and down loaded the pdf manuals. I have jst opened the installation guide and its a Red Hat 5 manual. I kow CentOS is based on Red Hat but ave I down loaded the correct manuals? -- Guy Fawkes, the only man to enter the house's of Parliament with honest intentions, (he was going to blow them up!) Registered Linux user number 414240
2010 Jan 18
1
Processing library based on Cortado
...n it. At the end of November I sent a question to this list asking about the licensing of Cortado and its libraries (see http://lists.xiph.org/pipermail/theora-dev/2009-November/004015.html). As I wanted to create a LGPL library, I rewrote the package com.fluendo.utils, I don't use com.fluendo.jst and I use just some parts of com.fluendo.plugin. For now, I use only the video (not the audio), but you can already do many interesting effects with Processing. You can see the examples and download it from http://www.fotosdelpais.com/octavi/pogg Let me know what you think about it. Octavi
2012 Jan 04
0
EJS File Load Error on Rails 3.1
Hi, Does anyone know why I''m getting the following load error: no such file to load -- ejs (in /home/dan/Projects/faculty/app/assets/templates/home/index.jst.ejs) The index.jst.ejs file does exist and is located exactly where the error message states. I''ve appended ''app/assets/template'' folder to config.assets.paths in my Rails (version 3.1.3) application.rb file. Thanks. -Dan -- Posted via http://www.ruby-forum.com/. -...
2018 Feb 22
0
[WORKSHOP] Computational Aspects of Simulation and Inference for Stochastic Processes and the YUIMA Project
...14:45-17:45 Location: Department of Economics, Business and Statistics Via Conservatorio 7, 20122 Milan (ITALY) 2 Floor, Departmental Seminar Room Invited speakers: * Alessandro De Gregorio (University of Rome) * Alexande Brouste (University of Le Mans, France) * Yuta Koike (University of Tokyo, JST CREST) * Emanuele Guidotti (University of Milan) * Stefano M. Iacus (University of Milan) * Lorenzo Mercuri (University of Milan) * Hiroki Masuda (Kyushu University) * Yuma Uehara (Institute of Statistical Mathematics) * Nakahiro Yoshida (University of Tokyo, Institute of Statistical Mathematics, J...
2011 Jul 19
6
please help me to complete this task.. how i start?
There is Company which builds products(Consider this company a software company). - These Products can have some Documents (PDF or HTML format uploaded some where online you can store links to these documents in database, you don''t have to create any upload functionality). - The users to this project are the Employees itself few of them can be Admin inside so that they can Create new
2003 Jun 04
3
bge drivers does not work for 3COM 3C996-SX / 3C996B-T
I'm experiencing similar problems with a 3C996-T under 4.8-REL. In particular, connecting a 4.8-REL machine to a 5.1-REL machine leads to some interesting situations: I can do simple pings across the link, but ssh fails, and heavy pings crash the 4.8 machine. Similarly changing the interface configuration with ifconfig tends to crash the 4.8 machine (mtu, link0, up/down, etc). The