Search results

  1. D

    My python print is returning: text:'my string/text' instead of: my string/text

    fname_text = worksheet.row(current_row)[0] print (str(fname_text)) this returns my text from the excel cell like this: text:'my string/text' ... i don't want the text:' part. what can i do to just make it return: my string/text
  2. D

    users having issues with .pst and .ost files, redirected folders, away from domain

    i have noticed several users who travel frequently are having issues with outlook files. when they are away, it wants to sync the entire outlook file all over again which takes forever. however, when they return and get back on the domain, the issue appears to go away and outlook catches up. its...
  3. D

    I need to sync GAL with Outlook 2013 contacts. How without doing it the manual way?

    yeah it needs to be done and managed through Outlook or the solution has to include Outlook
  4. D

    I need to sync GAL with Outlook 2013 contacts. How without doing it the manual way?

    problem: the GAL does not show up as contacts on user's iphones. real world example: bob calls sam. sam doesn't know who the number is because the GAL are not synced as contacts in his iphone. now i know that you can search the GAL from the email side of the phone. i know that you can...
  5. D

    Powershell command to change primary email (the reply email)

    i have setup all the proxy emails and now i would like a powershell command/script to basically flip the switch to the new email addresses. it needs to run for each user. so right now i have bob@domain1.com and bob@domain2.com ... currently domain1 is the reply email (primary email) and i...
  6. D

    Need help with basic python/django. Creating an object of a model via REST call.

    reposted in programming as its probably more appropriate.
  7. D

    Need help with basic python/django. Creating an object of a model via REST call.

    i am new to all this so bare with me. i have created a simple model and i can create an object from the python shell using objects.create() method but i do not know how to do it via a REST call. i can also create objects from the django admin interface but thats not what i need. anything is...
  8. D

    Need help with basic python/django. Creating an object of a model via REST call.

    i am new to all this so bare with me. i have created a simple model and i can create an object from the python shell using objects.create() method but i do not know how to do it via a REST call. i can also create objects from the django admin interface but thats not what i need. anything is...
  9. D

    Is there a way to track emails based on certain email addresses? Track frequency?

    i would like to be able to track how many emails every user sends out a day. sort of basic analytics for email. exchange server 2010.
  10. D

    Convert keynote file to AVI on PC

    i have a keynote presentation file (.key) that i need converted to an AVI or some other video file. can this be done on a PC?
  11. D

    just bought a PS3 and I am regretting it

    i especially played the 3rd from hard drive. beauty of a hacked ps3.
  12. D

    Halo 4 - wtf is going on? crazy typos and text all over screen ... nothing works

    so my xbox has like 256mb of built in memory. when i launch the game and choose that as the storage option the menu and everything works fine! i made sure my hard drive was in securely and it is. so i have to assume my hard drive is bad? corrupt? should i try formatting the drive? if it is...
  13. D

    Halo 4 - wtf is going on? crazy typos and text all over screen ... nothing works

    i do not think it is the xbox. the model is, i want to say jasper. i will admit that it has sat for a very long time ... maybe almost a year without getting played. other than that everything with console seems to be fine. the updates worked just fine, netflix works just fine, all other xbox...
  14. D

    just bought a PS3 and I am regretting it

    xbox 360 is the loudest, then ps3, then the wii. and uncharted is a super demanding game. i never had issues because all my uncharted games ran straight off the hard drive so no stutters, jitters, lag, or long load times :)
  15. D

    Halo 4 - wtf is going on? crazy typos and text all over screen ... nothing works

    basically nothing is working. i cannot start a mission, i cannot install the multiplayer disc. all the menus are f'd up and have different problems and errors everytime i reload them. what is going on? (if you didn't notice ... all the text is wrong in the pictures. also, after i watch the...
  16. D

    Pubcookie error during make on centos server. No rule make target all-recursive

    when i do configure i receive no errors ./configure then i do make and get this: [root@hostname pubcookie-3.3.4a]# make ./config.status config.status: creating Makefile config.status: creating src/pbc_path.h config.status: creating src/pbc_version.h config.status: creating...
  17. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    tons of stuff in dmesg ... what am i looking for? i might just wipe and reinstall
  18. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    alias pic"v00001022d00002000sv*sd*bc*sc*i* pcnet32 alias pic"v00001022d00002000sv*sd*bc*sc*i* vmxnet i don't think so. the vm platform is vmware's esxi i have never had an issue like this before and this is my second server running same platform.
  19. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    1: lo: <LOOPBACK, UP, LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0 <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 00:0c:29:90:f0:** brd ff:ff:ff:ff:ff:ff 02:00.0 Ethernet controller [0200]...
  20. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    service network start gave this error: Determining IP information for eth0 ...RTNETLINK answers: Cannot allocate memory ifcfg-eth0: DEVICE=eth0 BOOTPROTO=dhcp NM_CONTROLLED=no ONBOOT=yes TYPE=Ethernet UUID="string of characters" DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=no NAME="System eth0"...
  21. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    my virtual machine was working fine yesterday, this morning it boots with network error and while i can remote control the machine just fine using vsphere's VM console, i cannot access the machine on the network because i do this: Code: ifup eth0 i get this: RTNETLINK answers: Cannot...
  22. D

    Using 2 javascript tools (accordion and a slider) break when put on same page.

    i would like a slider and an accordion on the same page ideas?
  23. D

    Using 2 javascript tools (accordion and a slider) break when put on same page.

    <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/easySlider1.7.js"></script> <script type="text/javascript" src="acc/mootools-core-1.4.3-compat.js"></script> <script type="text/javascript" src="acc/mootools-more-1.4.0.1-compat.js"></script>...
  24. D

    Help translating something from coldfusion to c#

    lol yeah i just realized that the year needs to be 2 numbers ... so 2012 needs to be 12 hah, ghetto way: DateTime.Today.AddYears(-2000).Year); *edit* string period = DateTime.Now.AddMonths(-1).ToString("MM-yy"); THERE!
  25. D

    Help translating something from coldfusion to c#

    CS0117: 'string' does not contain a definition for 'format'
  26. D

    Help translating something from coldfusion to c#

    <cfset period = DateFormat(CreateDate(currentYear, currentMonth, 1), "yy-mm")> this should return period to 12-01 ... its the current year and month prior to the current month. i could so something like this and combine them but figured there was better way. int month =...
  27. D

    .NET C# Question about efficiently performing multiple SQL queries

    few questions about this segment of code i wrote: DataClassesDataContext db = new DataClassesDataContext(); var budgetQuery = from tb2 in db.ExpenseSummaries where tb2.PROJECT_NUMBER == "134023" && tb2.PA_PERIOD_NAME == "12-01"...
  28. D

    .NET C# Question about efficiently performing multiple SQL queries

    these guides are awesome: http://scottonwriting.net/sowblog/archive/2010/07/27/links-to-scott-guthrie-s-using-linq-to-sql-tutorials.aspx fyi
  29. D

    .NET C# Question about efficiently performing multiple SQL queries

    ok i think i am going to stick with linq to sql. the page does not get an immense amount of traffic and if i could write this in php i would have most of it done in a few hours ... but it has to be .NET the pages that are database heavy only show the results of a handful of queries, and the...
  30. D

    .NET C# Question about efficiently performing multiple SQL queries

    gee thanks. that is pretty much all i am doing
  31. D

    .NET C# Question about efficiently performing multiple SQL queries

    really? after i spent a day stumbling through linq to sql so would i use queries to populate a DataTable?
  32. D

    .NET C# Question about efficiently performing multiple SQL queries

    one last question ... if this is my query: var gnQuery = (from gn in db.Project where gn.GroupNumber == 1 select gn).Distinct(); this query only returns 1 entity: a group name. since the result is just 1 value ... how do i store it and then call it in my .aspx file. i would want to call it...
  33. D

    .NET C# Question about efficiently performing multiple SQL queries

    var groupNameQuery = from tb1 in db.Expenses where tb1.AWARD_NUMBER == "444" select tb1.AWARD_NUMBER; GridView1.DataSource = groupNameQuery; GridView1.DataBind(); this worked!
  34. D

    .NET C# Question about efficiently performing multiple SQL queries

    can't seem to make that happen ... it is underlining db.Database1
  35. D

    .NET C# Question about efficiently performing multiple SQL queries

    this is what i currently have in my code behind file: (for testing purposes) protected void Page_Load(object sender, EventArgs e) { DataClassesDataContext db = new DataClassesDataContext(); var groupNameQuery = from Table in db.Database1 where...
  36. D

    .NET C# Question about efficiently performing multiple SQL queries

    so after dragging over the tables i am currently using over it created a DataClasses.dbml file and if i open the *.designer.cs file i see now that it is defining a lot of things like DataClassesDataContext etc ... is this something i need to include now in my code behind file?
  37. D

    .NET C# Question about efficiently performing multiple SQL queries

    i edited my post ... slightly confused i have the data connection setup for the database i need to access in my server explorer but there is no .MDF file there
  38. D

    .NET C# Question about efficiently performing multiple SQL queries

    will do! thanks again for pointers. i am always looking to do things the "right" way *edit* ok yeah, wow, this is awesome! **edit* ok wait, how would i do this using SQL server? it says: // Northwnd inherits from System.Data.Linq.DataContext. How would I mimic that in my situation? I...
  39. D

    .NET C# Question about efficiently performing multiple SQL queries

    great starting point! thanks so, in your example does dsStuff.Tables[0] refer to the first query and dsStuff.Tables[1] refer to second query? and do i have to declare myBindObject and myOtherBindObject
  40. D

    .NET C# Question about efficiently performing multiple SQL queries

    i don't mind having all of my SQL in one command held in a dataset as long as it is easy to reference what i need in the dataset. pointers or examples?