Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CYBERCULTURE

    random number generator

    correction: http://en.wikipedia.org/wiki/Ash_shell
  2. CYBERCULTURE

    random number generator

    I guess this is my shell: http://en.wikipedia.org/wiki/BusyBox
  3. CYBERCULTURE

    random number generator

    so thankful!!!! does the line below say anything concerning the shell I am using? #!/bin/sh or this one? BusyBox v1.13.4 (2009-10-10 01:39:56 CEST) built-in shell (ash) I am working on a wifi router after I installed this linux firmware/OS: http://www.dd-wrt.com/wiki/index.php/Main_Page
  4. CYBERCULTURE

    random number generator

    this works great! any tip how I can get the output value in a variable that I can further use? $RANDOM was what I first tried but I couldn't make it work.. thanks!
  5. CYBERCULTURE

    random number generator

    thanks for the post..I tried ur script and some variations but unfortunately it doesnt seem to work
  6. CYBERCULTURE

    random number generator

    I am a beginner with bash/awk etc. I generate a number with the script below that works 1. I would like to round this number up 2. I would like to declare a variable that will have the value of the rounded up number. can somebody please help or provide a link?thanks in advance...
  7. CYBERCULTURE

    Embedded youtube variable width

    I tried this with no success, but it works indeed.millon thanks!!
  8. CYBERCULTURE

    Embedded youtube variable width

    Is there a way to embed variable width and height youtube iframe videos based on percentage instead of fixed width and height in pixels?any answer v.appreciated
  9. CYBERCULTURE

    CHICKENFOOT

    thanks a lot for the answer..I am not a specialist in js.I found and used the script below which detects and closes the alerts and popups in firefox but not these authentication windows..Is it possible to detect and close somehow these windows with js? like the one that appears in the above url(...
  10. CYBERCULTURE

    CHICKENFOOT

    Hello, I have created with CHICKENFOOT http://groups.csail.mit.edu/uid/chickenfoot/faq.html an automated random websurfing script for artistic purposes that visits randomly domains with 3 letters. It works great but sometimes it visits domains like this one below and it is stuck: www.fvd.com...
  11. CYBERCULTURE

    EMBBED & ROTATE YOUTUBE VIDEO IN FLASH

    hello, new to this forum..I would like to embbed a youtube video in flash with all its controls then rotate the video in a particular angle and export the whole sceen as swf file. I would like to have a website with embedded videos rotated to a specific angle..is this possible in flash?or any...
  12. CYBERCULTURE

    ROTATE EMBEDDED VIDEO(YOUTUBE)

    thank you very much for the interest..will check the flash forum out...please post a link if you get any answer...!
  13. CYBERCULTURE

    ROTATE EMBEDDED VIDEO(YOUTUBE)

    I have very little experience in flash...do you think it is possible to embed in flash then rotate the entire scene or just the embedded video and export as a swf?thanks in advance for any answer..
  14. CYBERCULTURE

    ROTATE EMBEDDED VIDEO(YOUTUBE)

    thanks a lot for the answer.. will try it in flash and then and see what happens...if you have any other idea..please post...
  15. CYBERCULTURE

    ROTATE EMBEDDED VIDEO(YOUTUBE)

    thanks a lot for the answer... I tried to put the youtube url in the iframe but it doesn't work in any browser.. any ideas?my code is below: thanks a lot in advance <style type="text/css"> iframe { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transform: rotate(-90deg)...
  16. CYBERCULTURE

    ROTATE EMBEDDED VIDEO(YOUTUBE)

    Any hint on how to rotate an embedded youtube video at a specific angle for example 45 degrees? I am interested to rotate the video and the timebar,controls etc. any hint highly appreciated.
  17. CYBERCULTURE

    gradient with js

    Thanks a lot for the answers!problem solved!!
  18. CYBERCULTURE

    gradient with js

    ok I managed to include the library below in my document and it works.. http://osteele.com/sources/javascript/docs/gradients any idea how to create a gradient filter above everything? the following code works only for the documents body color: var elt = document.body; var style...
  19. CYBERCULTURE

    gradient with js

    ok..I got one step further..i included a library in my script..any idea why the following line does not work.is there any mistake at the left part?thanks a lot for any answer.. document.body.style.class = " gradient ffffff 000000 vertical";
  20. CYBERCULTURE

    gradient with js

    yes I tried it but I cant make it work...my js programming skills are not so good and I would like to integrate it in chickenfoot..firefox add-on.. does it work on top of every page element?

Part and Inventory Search

Back
Top