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 IamaSherpa 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. 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...
  16. timgerr

    Question about single tick (apostrophe) using PDO::FETCH_ASSOC

    Hello all, I have a question about PDO and any word that has an apostrophe in it. I have a function below, if I create (for some reason) a query that is bad, somthing with the word don't in it, I get an error. If I add a slash to the word don\'t I still get an error. Has anyone else gotten this...
  17. timgerr

    Need lots of help parsing XML

    OK, I am now getting this, I have a new question for ya'll if that is ok. I am writing a recursive routine to get what I am looking for. I am having troubles with a method, I am not sure that to declare the argument. Here is my code class Program { static void Main(string[]...
  18. timgerr

    Need lots of help parsing XML

    is this an example of LinqToXml???? thanks again, timgerr -How important does a person have to be before they are considered assassinated instead of just murdered? Congratulations!
  19. timgerr

    Need lots of help parsing XML

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

    Need lots of help parsing XML

    No, I am used to doing this in perl, but for this project they wanted c# (windows environment). I am a systems engineer by trade, my boss wanted me to pares a bunch of nessus (vulnerability scanner) files and add them to a csv file. Here is my problem, I have never played with XML before and...

Part and Inventory Search

Back
Top