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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by timgerr

  1. timgerr

    MS SQL DAG Graph

    Hello all, I have a question about Directed acyclic graphs. I am new to Microsoft SQL server coming from MySql. The reason why I am now using MS SQL is the need for nodle graphs in a relational database. I have been reading so much on this, I really need this to work. I have been trying this...
  2. timgerr

    convert 255 to a binary representation

    like 11111111 = 255? Thanks, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  3. timgerr

    convert 255 to a binary representation

    Sorry, I just found that, is there a way to convert octal to decimal? Thanks, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  4. timgerr

    convert 255 to a binary representation

    if I have a number 255, is there a php function to output the binary string of 11111111? thanks, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  5. timgerr

    Remove items from Array of objects on object keys

    Thanks for the help, I will give this a try. Have a good holiday. timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  6. timgerr

    Remove items from Array of objects on object keys

    I hate to ask for this but could you give an example, I am not sure how to do #1. Thanks, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  7. timgerr

    Remove items from Array of objects on object keys

    That is correct, you are good. timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  8. timgerr

    Remove items from Array of objects on object keys

    Hello all, I have an array of objects that I need to remove some items and keep others. Here is my problem, I have this array:: array 0 => object(stdClass)[9] public 'id' => string '781' (length=3) public 'root' => string '781' (length=3) public 'RSS_Role' => string...
  9. timgerr

    Math get the average of somthing

    never mind, I have to divide 54 by 100/ Thanks -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  10. timgerr

    Math get the average of somthing

    Sorry let me be more clear. I am given informatin that 54 if the percentage of used memory like this 54. How can I do 1024 / .54 ? thanks, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  11. timgerr

    Math get the average of somthing

    Hello all, I have a problem. I have a program that tells me that I am using 54% of Ram. How in powershell can I do this 1024 / .54 Thanks for the help timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  12. timgerr

    Embed a picture <img> in convertto-html

    Sorry I have been out, I just want to insert this png into a html file from Powershell. Tim -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  13. timgerr

    Embed a picture <img> in convertto-html

    Hello all, I was wondering if I could embed a picture from a url in a ps1 script. I want to use Google graphing api, so I want to embed this graph http://chart.apis.google.com/chart?chs=250x100&chd=t:60,40&cht=p3&chl=Hello|World like this $filelocation = "C:\testscript\pwrshl\asshat.html"...
  14. timgerr

    Question about PDO mysql and local variables

    Thanks for the help, this rocks. Timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  15. timgerr

    Question about PDO mysql and local variables

    Hello all, I have a goofy question for ya, I have a PDO transaction to my mysql database that I an sending 2 queries. I get local variables in the first mysql statement then pass the variables to the second mysql statement. Here is my problem I have at signs (@) in some returned object...

Part and Inventory Search

Back
Top