Join 2,358+ Players and socialize together

Join the Community Today

Come hang out with us on the Minecraft Addicts Forums — it's the perfect place to chat, trade cool stuff, and connect with awesome builders just like you! Let's plan epic builds, create amazing worlds together, and then show off your masterpieces to everyone! Plus, we’re all about having fun, so feel free to talk about anything under the sun—games, hobbies, favorite snacks, you name it! Can't wait for you to join and share all the Minecraft magic!

Forum Game: Control/Command V

Status
Not open for further replies.
executed via terminal or did it actually run on your comp?

In Terminal. It doesn't actually run SpringBoard. class-dump just dumps the objective-c header files so that I can create a MobileSubstrate tweak to override certain methods (like the ones that check if Siri should be enabled or not).
 
In Terminal. It doesn't actually run SpringBoard. class-dump just dumps the objective-c header files so that I can create a MobileSubstrate tweak to override certain methods (like the ones that check if Siri should be enabled or not).

That is what i thought.
 
a genus of slender white nematode worms of the family Trichuridae that includes serious pathogens of the alimentary tract of fowls and some tissue and organ parasites of mammals including one ( C. hepatica ) which is common in rodents and occasionally invades the human liver sometimes with fatal results

lol....
 
@echo off
color 0A
echo Sit back and enjoy the beautiful melody!
cd C:\Program Files\Windows Media Player
wmplayer.exe C:\WINDOWS\media\town.mid

Paste this into a batch file and enjoy, or just play the sound, quite why this is included with Windows I do not know :)

Btw had to use windows media player as VLC doesn't support the format by default
 
Its not as good as other services out there, I just have my own encryption because I dont like school network to see what Im doing. I kinda made it for myself, it probably sucks to you.

Nah dude, I always love seeing what people make themselves.
 
@echo off
color 0A
echo Sit back and enjoy the beautiful melody!
cd C:\Program Files\Windows Media Player
wmplayer.exe C:\WINDOWS\media\town.mid

Paste this into a batch file and enjoy, or just play the sound, quite why this is included with Windows I do not know :)

Btw had to use windows media player as VLC doesn't support the format by default

zomg what a lovely tune!

Got any more?
 
Code:
SELECT     dbo.WHSNAME.WHSNNAME AS Warehouse, dbo.INVENTORY_ITEM_TAB.DESCR AS Description, dbo.INVENTORY_BIN.INVBTICKETNO AS [Ticket #], 
                      dbo.INVENTORY_BIN.INVBQTYONHAND AS Qty, dbo.INVENTORY_BIN.DATE_OF_INVENTORY AS [Inv. Date], DATEDIFF(dd, 
                      dbo.INVENTORY_BIN.DATE_OF_INVENTORY, { fn NOW() }) AS Days, dbo.ORDERS.ORD_PRICE AS [Selling Price], dbo.ORDERS.ORD_PRICE, 
                      dbo.INVENTORY_BIN.ORDER_NO AS [Order #], dbo.INVENTORY_BIN.ORDER_PART_NO AS Pt, dbo.ORDERS.PRICING_METH, 
                      dbo.CUSTOMER.CSNAME AS Customer
FROM         dbo.INVENTORY_BIN INNER JOIN
                      dbo.INVENTORY_ITEM_TAB ON dbo.INVENTORY_BIN.INVBITEMNO = dbo.INVENTORY_ITEM_TAB.ITEM_NO INNER JOIN
                      dbo.WHSNAME ON dbo.INVENTORY_BIN.INVBWHSNCODE = dbo.WHSNAME.WHSNCODE INNER JOIN
                      dbo.INVENTORY_WHS ON dbo.INVENTORY_BIN.INVBITEMNO = dbo.INVENTORY_WHS.ICWHSPCODE AND 
                      dbo.INVENTORY_BIN.INVBWHSNCODE = dbo.INVENTORY_WHS.ICWHSWCODE INNER JOIN
                      dbo.PLANT ON dbo.INVENTORY_BIN.PLT_NO = dbo.PLANT.PLT_NO INNER JOIN
                      dbo.VALID_BIN ON dbo.INVENTORY_BIN.INVBBINNO = dbo.VALID_BIN.BIN_ID AND 
                      dbo.INVENTORY_BIN.INVBWHSNCODE = dbo.VALID_BIN.WHSNCODE RIGHT OUTER JOIN
                      dbo.ORDERS ON dbo.INVENTORY_BIN.ORDER_NO = dbo.ORDERS.ORDER_NO LEFT OUTER JOIN
                      dbo.CUSTOMER ON dbo.INVENTORY_ITEM_TAB.PRIMARY_CUST = dbo.CUSTOMER.CSCODE
WHERE     (dbo.INVENTORY_ITEM_TAB.ITEM_CATEGORY <> 'RS') AND (dbo.INVENTORY_BIN.INVBBINNO = 'STAGING') AND (dbo.WHSNAME.WHSTYPE = 'N') 
                      AND (dbo.WHSNAME.WHSNCODE = 'PLT')
ORDER BY dbo.WHSNAME.WHSNNAME, dbo.INVENTORY_BIN.INVBTICKETNO
 
bio(x, 2) = TextBox1.Text
x += 1
Label1.Text = bio(x, 1)
TextBox1.Text = ""

hohohoho im such a programming pro!!! (iRhyme)
 
Status
Not open for further replies.
Back
Top