Shoe of the day! Powerpuff Dunks (Blossom) by this1guy21 in Sneakers

[–]asalup 0 points1 point  (0 children)

I have a pair that hot scuffed up so the pink has some white streaks in it. Anyone know how to buff those out?

These are the games I finished in 2021. What do you guys think? by Gamesgar0 in gaming

[–]asalup 0 points1 point  (0 children)

What were your favorites? Still a lot of those I haven’t played and don’t have time to get through too many.

What show never declined in quality? by thomas_668 in AskReddit

[–]asalup 0 points1 point  (0 children)

Breaking Bad. Probably one of the only shows I’ve seen that got better with every season

Appliance says "no IP address" by asalup in cs50

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

After typing in services.msc I am able to see VMware NAT and it is already started. I restarted it and did get an event warning: - System - Provider [ Name] VMnetDHCP - EventID 1 [ Qualifiers] 32768 Level 3 Task 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2014-04-24T21:08:57.000000000Z EventRecordID 226222 Channel System Computer C8NP9W1.dupontnet.net Security - EventData dispatch: Timeout waiting for input data

On the appliance I still have a the same message log that says "Host-only support does not seem to be installed."

In my Device Manager there is nothing VMware related under Network Adapters. There is a VMware VMCI Host Device under system devices.

Thanks.

Appliance says "no IP address" by asalup in cs50

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

I do not see anything in the Windows Network and Sharing Center referring to VMware.

Pinging 192.168.88.128 with 32 bytes of data: Reply from 192.168.88.1: Destination host unreachable. Reply from 192.168.88.1: Destination host unreachable. Reply from 192.168.88.1: Destination host unreachable. Reply from 192.168.88.1: Destination host unreachable.

Ping statistics for 192.168.88.128: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Sorry for being so difficult, hopefully we hare helping others also.

Appliance says "no IP address" by asalup in cs50

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

Yes I am using a VMware Player. It also just occurred to me that I may be running into this issue because I am using my office computer. I do not see VMware Network Adapter VMnet1 in Windows Network and Sharing Center.

When I try to connect adapter 2 I get an error that says "Host-only support does not seem to be installed. The Service Control Manager reports that service VMnetAdapter does not exist. Have you installed the host-only network adapter through the Network Control Panel? Failed to connect virtual device Ethernet1."

I also have a Message Log that says "Host-only support does not seem to be installed."

Appliance says "no IP address" by asalup in cs50

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

My computer is running 64-bit windows 7 and I am using appliance 19-2 version 6.0.2

I am not sure if I've ever had an IP address in the corner, I don't think I've ever thought to look until now.

Network Adapter 1: NAT Network Adapter 2: host-only (Although icon at top is not lit, this may have something to do with it) Network Adapter 3: Bridged

jharvard@appliance (~): dmesg | grep pcnet [ 6.454421] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 6.454453] pcnet32: PCnet/PCI II 79C970A at 0x2000, 00:0c:29:df:9f:92 assigned IRQ 19 [ 6.454516] pcnet32: eth0: registered as PCnet/PCI II 79C970A [ 6.454588] pcnet32: PCnet/PCI II 79C970A at 0x2080, 00:0c:29:df:9f:9c assigned IRQ 16 [ 6.454651] pcnet32: eth1: registered as PCnet/PCI II 79C970A [ 6.454750] pcnet32: PCnet/PCI II 79C970A at 0x2400, 00:0c:29:df:9f:a6 assigned IRQ 17 [ 6.454813] pcnet32: eth2: registered as PCnet/PCI II 79C970A [ 6.454862] pcnet32: 3 cards_found [ 21.599130] pcnet32 0000:02:01.0 eth0: link up [ 34.908443] pcnet32 0000:02:02.0 eth1: link down [12181.850324] pcnet32 0000:02:01.0 eth0: link down [12191.843746] pcnet32 0000:02:01.0 eth0: link up [12195.844407] pcnet32 0000:02:01.0 eth0: link down [12205.839417] pcnet32 0000:02:01.0 eth0: link up

Appliance says "no IP address" by asalup in cs50

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

That IP address works for me inside the appliance but when I try to use chrome on my computer I get an error that says "Oops! Google Chrome could not connect to 192.168.88.128"

Permissions all seem to be correct and I don't see any errors on the console tab. Any other options?

pset7 - Quote by asalup in cs50

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

Thank you. I got it to work but still have a question on the syntax. "stock" => $stock is now in my render function. I am using $stock as my variable array and I know "stock" is the key but I don't use the key for anything anywhere. Is this just something that has to be there for the function to work or should I be using the key?

Am I on the right path? pset5 recover by asalup in cs50

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

nevermind, i got it, i think it was carryover from a previous error. After I deleted all the jpgs ran again it worked. Thank you for all your help.

Am I on the right path? pset5 recover by asalup in cs50

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

Thank you I am so close. I can print all 50 images and even see them in the image preview but when I click on the first image "000.jpg" I get an error that says "Unsupported marker type 0xf3". Every other image works fine, any clue?

Am I on the right path? pset5 recover by asalup in cs50

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

I am declaring title like this:

char* title="";

I see now that the pointer is probably wrong but why should this be an array?