YourMacManDan
Well-known member
- Joined
- Mar 8, 2011
- Messages
- 1,218
- Thread Author
- #21
<------ BETA testerYou just need the address of the other client and you can sync computers. Then u just drag and drop.
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!
<------ BETA testerYou just need the address of the other client and you can sync computers. Then u just drag and drop.
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).
As you may already be aware there is a worldwide blackberry outage at the moment.
http://www.cnn.com/2011/10/12/tech/mobile/blackberry-outage/index.html?hpt=hp_c2
Please check your inbox’s regularly as emails may not be delivered to your blackberry and any responses made on it may not be delivered.
Jeff
IT Manager
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.<------ BETA tester
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.
@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
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)