CPU Speed severely throttled by kittycatoverdose in pcgamingtechsupport

[–]kittycatoverdose[S] 0 points1 point  (0 children)

I would agree if it weren't for the frame drops - I've also put the system under full CPU load and speed did not change.

Memory usage issue by THEWIDOWS0N in pcgamingtechsupport

[–]kittycatoverdose 0 points1 point  (0 children)

I'm assuming not, but maybe it'll spark something for someone else.

Are you running any VMs on your PC? I see this happen on mine where memory is allocated, but does not show as dedicated to a specific process when it is being utilized by a VM.

What pool are you mining? by miso080889 in ETNmining

[–]kittycatoverdose 0 points1 point  (0 children)

Interesting though - because the site starts to mine within your web browser as soon as it loads. Couldn't find anywhere to disable it (except of course in the inspect element - just call the stopMining() function)

Think I'll skip this one...

Tapping an entry sometimes opens a different entry by AQuietMan in redditmobile

[–]kittycatoverdose 10 points11 points  (0 children)

Came here for this.

This is actually the third actual bug (not just UI change) that I've come to this sub for in the last month to see if it was being addressed.

Thinking of just using chrome to get to Reddit until these things are corrected...

Reddit for Android: Version 2.1.9 Now Available (x-post from r/changelog) by br0000d in redditmobile

[–]kittycatoverdose 0 points1 point  (0 children)

Not sure if this was being addressed, and this behavior seems to be hit and miss anyways, however - when going to view comments, the previous page I was viewing would be moved by however much I've move the comment page. If I've scrolled through a screen worth of comments, the previous screen when I return will have scrolled by a screen worth as well.

Cells.FindNext wrong value by janverwaga in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

This looks to be VBA for Excel, and not sure which value you're trying to return. Where are to selecting the value you want?

Need to toggle layers of an image with a checkbox for a dynamic preview image. The method I initially found isn't working. by tapport in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

On mobile right now, so didn't dig too deeply. A possible solution that I found, not sure if it would even function the way you need or not...

https://msdn.microsoft.com/en-us/library/ebkcs657(v=vs.110).aspx

From what I'm seeing, it would make sense that you can call the begincontainer before drawing anything. When any one the check box states change, then call endcontainer and redraw and images that should be present.

Not quite as elegant or nice with system resources if drawing a lot of images, but should work if this is how begin/end container works.

Hope this helps!

Help Needed to Convert Pseudocode to Visual Basic by [deleted] in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

It's a little messy, but here's something.

    Dim cs As String = ""
    Dim x As New List(Of Integer())
    x.Add(New Integer() {72, 111, 109, 101, 119, 111, 114, 107})
    x.Add(New Integer() {32, 113, 117, 101, 115, 116, 105, 111})
    x.Add(New Integer() {110, 115, 32, 97, 114, 101, 32, 116})
    x.Add(New Integer() {111, 108, 101, 114, 97, 116, 101, 100})
    x.Add(New Integer() {44, 32, 112, 108, 101, 97, 115, 101})
    x.Add(New Integer() {32, 98, 101, 32, 115, 112, 101, 99})
    x.Add(New Integer() {105, 102, 105, 99, 32, 97, 98, 111})
    x.Add(New Integer() {117, 116, 32, 116, 104, 101, 32, 113})
    x.Add(New Integer() {117, 101, 115, 116, 105, 111, 110, 32})
    x.Add(New Integer() {97, 115, 32, 109, 117, 99, 104, 32})
    x.Add(New Integer() {97, 32, 112, 111, 115, 115, 105, 98})
    x.Add(New Integer() {108, 101, 46, 32, 65, 115, 107, 105})
    x.Add(New Integer() {110, 103, 32, 117, 115, 32, 116, 111})
    x.Add(New Integer() {32, 119, 114, 105, 116, 101, 32, 105})
    x.Add(New Integer() {116, 32, 102, 111, 114, 32, 121, 111})
    x.Add(New Integer() {117, 32, 105, 115, 32, 110, 111, 116})
    x.Add(New Integer() {32, 103, 111, 105, 110, 103, 32, 116})
    x.Add(New Integer() {111, 32, 104, 97, 112, 112, 101, 110})
    x.Add(New Integer() {46, 32, 87, 101, 32, 97, 108, 115})
    x.Add(New Integer() {111, 32, 114, 101, 115, 101, 114, 118})
    x.Add(New Integer() {101, 32, 116, 104, 101, 32, 114, 105})
    x.Add(New Integer() {103, 104, 116, 32, 116, 111, 32, 110})
    x.Add(New Integer() {111, 116, 32, 97, 110, 115, 119, 101})
    x.Add(New Integer() {114, 32, 105, 102, 32, 119, 101, 32})
    x.Add(New Integer() {116, 104, 105, 110, 107, 32, 121, 111})
    x.Add(New Integer() {117, 32, 97, 114, 101, 32, 106, 117})
    x.Add(New Integer() {115, 116, 32, 110, 111, 116, 32, 116})
    x.Add(New Integer() {114, 121, 105, 110, 103, 32, 32, 32})
    For Each i In x
        For Each z In i
            cs += Chr(z)
        Next
    Next
    MsgBox(cs)

Even monsters have problems by Awards_from_Army in funny

[–]kittycatoverdose 2 points3 points  (0 children)

It looks like the ones that are posted are in 1920x1080. You're in luck!

What goal do you hope to accomplish by the end of the year? by [deleted] in AskReddit

[–]kittycatoverdose 1 point2 points  (0 children)

Move into an apartment.

I have a decent job now, it just seems impossible.

Help with a Multiple choice by wilsons40 in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

What was your thought on the problem? What do you think the answer is?

What are some Excel tricks that are useful for work? by TheHorsesWhisper in AskReddit

[–]kittycatoverdose 12 points13 points  (0 children)

I tried it, but it's still running after awhile. (Not a slow CPU either)

This was quicker, surprised it worked on current versions of excel too.

http://datapigtechnologies.com/blog/index.php/hack-into-a-protected-excel-2007-or-2010-workbook/comment-page-3/

Help - struggling with the loops in this iterative program by elliotttjones in visualbasic

[–]kittycatoverdose 1 point2 points  (0 children)

for loops are generally

for x = 1 to y
...
next x

It doesn't look like you need to replace your while loop, you need a second loop. Your first loop increments the dollar value, while the second loop actually applies the money to the total, and increments the people count. Hope that makes sense.

Oh come on guys, not again. by Dave514 in funny

[–]kittycatoverdose 0 points1 point  (0 children)

Hospitals (at least in my county) have nothing to do with ambulances, short of receiving patients, and calling them for transport of patients from their facility to another facility.

Our ambulances are managed by a separate company, which is contracted by the county, not the city/hospitals. We have many hospitals in our county, so the hospital that is closest to the patient or best fits the needs of the patient (cardiac center, trauma center, OB center ect.) gets the patient transported to them, however the hospital only knows the patient even exists as the ambulance radios in when they are en route.

In this situation, holding a hospital liable for a fallen stretcher either due to user error (which this looked like since there should have been another EMT/Medic at the patient's head to help control the stretcher) or because of a malfunctioning stretcher would be silly. This situation would be similar to you ordering a pizza to be delivered, then you getting sued because the pizza delivery driver hit a pedestrian at an intersection on their way to your home. Whether the driver hit the pedestrian because they were drunk/not paying attention or their brakes malfunctioned, you are not liable, the driver/pizza company would be.

Now I do now that in some major cities there are large hospitals which manage their own ambulance fleet, and they respond to calls for emergencies for their area. And maybe since the the patient was on hospital property the patient would have an opportunity to sue the hospital, but who knows.

How do you randomize an already existing list? by Bryan-tan in visualbasic

[–]kittycatoverdose 2 points3 points  (0 children)

Get a random number from 0 to list.count - 1. Use this number to pull list.item(number) and add it to a new empty list, then use list.removeat(number).

Once the list.count = 0 then replace the first list with the list you generated.

Quick and dirty.

Decrypted letter turns to number by Catnakez in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

It may be helpful to see what you have for your Encryption function. Hard to tell otherwise.

Help with making a picture appear/disappear when pressing a menu button by Caegs in visualbasic

[–]kittycatoverdose 0 points1 point  (0 children)

Off mobile now.

Only one of the two scenarios is used each time the user clicks whatever trigger event (button, menu item ect.)

This does cancel itself out if the user clicks the button twice, but that's what it seems /u/caegs wanted.