タグ

vb.netに関するtyruのブックマーク (5)

  • VimのVB.NET用の各設定をプラギン的にまとめた - はちみつとビール


    .vimNeoBundle便 hachibeeDI / vim-vbnet VB.NETvimsyntaxkeywordindentFramework2.0Linq   NeoBundleLazy 'hachibeeDI/vim-vbnet', {"autoload" : { "filetypes" : ["vbnet"], }}  snippetneosnippet
    VimのVB.NET用の各設定をプラギン的にまとめた - はちみつとビール
  • [VB.NET] 配列の指定要素のみを削除する

    配列の最後の要素の消すのはなんてことはないのですが、 中盤の要素を削除するのって結構メンドクサイですね。 Private Sub ArrayRemove(ByRef TargetArray As String(), ByVal deleteIndex As Integer) '一時保管用配列 Dim newArray As String() ReDim newArray(TargetArray.GetUpperBound(0) - 1) '一時保管用配列にすべてをコピーする Array.Copy(TargetArray, 0, newArray, 0, deleteIndex) '一時保管用配列に削除対象の要素以降の値をコピーする Array.Copy(TargetArray, deleteIndex + 1, newArray, deleteIndex, TargetArray.GetU

    tyru
    tyru 2013/01/15
    こんなのも標準で無いの...
  • VB Shop

    Home Welcome to VB Shop! Product categories: Computers System Components Data Storage Monitors & Accessories Camera & security Connect and control Care Printers & Scanners Software Communication Recommended: iiyama monitoren Top brands: Customer information Order Payment Shipping Warranty Return Offer Catalogue Product categories All brands Our services Contact Privacy Cookies Terms & conditions

    tyru
    tyru 2013/01/14
    うっ(Vimperatorで:open vb.netしてここに来てしまった)
  • VB.NET用の構文ハイライト書いた - はちみつとビール


    VB.NET   VisualStudiousertype.dat VB.NETC#VB.NET  使Express VisualStudio使   Vim使 neocomplcache
    VB.NET用の構文ハイライト書いた - はちみつとビール
    tyru
    tyru 2012/12/21
    おお
  • いろいろな言語のコーディング規約,スタイルガイドのリスト — TRIVIAL TECHNOLOGIES 2.0


    IoT/Python160///1000PV/150UUWeb  :-) IoTIoTIoTPython Python Python 3.6
    tyru
    tyru 2010/08/19
    けっこうどの言語でもあるんだなぁ... / PerlはPerlベストプラクティスとかか
  • 1