<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Programming on ソフトウェアエンジニアのVFX作業ノート</title>
    <link>/categories/programming/</link>
    <description>Recent content in Programming on ソフトウェアエンジニアのVFX作業ノート</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 04 Nov 2024 09:00:00 +0900</lastBuildDate>
    
        <atom:link href="/categories/programming/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>find</title>
      <link>/pages/programming/shellscript/find/</link>
      <pubDate>Mon, 04 Nov 2024 09:00:00 +0900</pubDate>
      
      <guid>/pages/programming/shellscript/find/</guid>
      <description>&lt;h2 id=&#34;find-name-or-iname&#34;&gt;find -name or -iname&lt;/h2&gt;
&lt;h3 id=&#34;大文字と小文字&#34;&gt;大文字と小文字&lt;/h3&gt;
&lt;p&gt;findはファイルの大文字と小文字を区別する。 &lt;br/&gt;
&lt;code&gt;-iname&lt;/code&gt; を使うと、大文字と小文字の区別をしない。 &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;準備 &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id=&#34;code-snippet--find-sample-setup&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;
&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1
&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;${&lt;/span&gt;TMPDIR&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;sample/shellscript/find/base/1&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;touch ./hoge.txt ./sample-Hoge.txt
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;-name&lt;/code&gt; の場合 &lt;br/&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Rails v7でDelayed::Job (delayed_job)を使う</title>
      <link>/archives/20240310/</link>
      <pubDate>Sun, 10 Mar 2024 23:00:00 +0900</pubDate>
      
      <guid>/archives/20240310/</guid>
      <description>Ruby on RailsでDelayed::Jobを使い始めたので、手元にある情報を整理した。</description>
      
    </item>
    
    <item>
      <title>VSCodeとDev ContainerでRuby on Railsを始める</title>
      <link>/archives/20231203/</link>
      <pubDate>Sun, 03 Dec 2023 09:00:00 +0900</pubDate>
      
      <guid>/archives/20231203/</guid>
      <description>VSCodeとDev ContainerでRuby on Railsを始める</description>
      
    </item>
    
    <item>
      <title>数式をMathJax v3を使って表示する</title>
      <link>/archives/20230325/</link>
      <pubDate>Sat, 25 Mar 2023 09:00:00 +0900</pubDate>
      
      <guid>/archives/20230325/</guid>
      <description>数式をHTMLで表示したいのでorg-modeのようにMathJax v3を使う</description>
      
    </item>
    
    <item>
      <title>ソフトウェアのデザインパターン再入門 - ログ3</title>
      <link>/archives/20220626/</link>
      <pubDate>Sun, 26 Jun 2022 17:36:14 +0900</pubDate>
      
      <guid>/archives/20220626/</guid>
      <description>ソフトウェアデザインパターンの再入門。今回はBuilderパターン。</description>
      
    </item>
    
    <item>
      <title>ソフトウェアのデザインパターン再入門 - ログ2</title>
      <link>/archives/20220618/</link>
      <pubDate>Sat, 18 Jun 2022 17:52:00 +0900</pubDate>
      
      <guid>/archives/20220618/</guid>
      <description>ソフトウェアデザインパターンの再入門。今回はPrototypeパターン。</description>
      
    </item>
    
    <item>
      <title>Hugo再び</title>
      <link>/archives/20220611/</link>
      <pubDate>Sat, 11 Jun 2022 17:00:00 +0900</pubDate>
      
      <guid>/archives/20220611/</guid>
      <description>HugoからWordPressに移行してWordPressからHugoに戻すことにした。</description>
      
    </item>
    
    <item>
      <title>ソフトウェアのデザインパターン再入門 - ログ1</title>
      <link>/archives/20220604/</link>
      <pubDate>Sat, 04 Jun 2022 10:00:00 +0900</pubDate>
      
      <guid>/archives/20220604/</guid>
      <description>ソフトウェアのデザインパターンの記憶が薄れたので再入門した。</description>
      
    </item>
    
    <item>
      <title>Creating a WordPress theme with Emacs</title>
      <link>/archives/20210402/</link>
      <pubDate>Fri, 02 Apr 2021 10:30:00 +0900</pubDate>
      
      <guid>/archives/20210402/</guid>
      <description>&lt;p&gt;
Emacs is useful for creating of WordPress themes. Learn about how to setup the environment.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Introduction to Array.prototype of JavaScript</title>
      <link>/archives/20210325/</link>
      <pubDate>Thu, 25 Mar 2021 00:00:00 +0900</pubDate>
      
      <guid>/archives/20210325/</guid>
      <description>&lt;p&gt;
Learn about &lt;code&gt;Array.prototype&lt;/code&gt; of JavaScript.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Rename tenant name of Azure Active Directory</title>
      <link>/archives/20210317/</link>
      <pubDate>Wed, 17 Mar 2021 12:30:00 +0900</pubDate>
      
      <guid>/archives/20210317/</guid>
      <description>&lt;p&gt;
I want to change the name of my tenant of Azure Active Directory.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Introduction to creating a Visual Studio Extentsion</title>
      <link>/archives/20210316/</link>
      <pubDate>Tue, 16 Mar 2021 10:00:00 +0900</pubDate>
      
      <guid>/archives/20210316/</guid>
      <description>&lt;p&gt;
As I use a Text Editor, it going to make me want to customize.
How i does Visual Studio customize with a creating original extention? 
Let&amp;#39;s learn the basics.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>IHtmlHelper.BeginForm on .NET Core v3</title>
      <link>/archives/20210313/</link>
      <pubDate>Sat, 13 Mar 2021 10:30:00 +0900</pubDate>
      
      <guid>/archives/20210313/</guid>
      <description>&lt;p&gt;
When creating web forms in ASP.NET MVC, using the &lt;a href=&#34;https://docs.microsoft.com/en-us/dotnet/api/system.web.mvc.htmlhelper?view=aspnet-mvc-5.2&#34;&gt;HtmlHelper&lt;/a&gt; class in the namespace &lt;code&gt;System.Web.Mvc&lt;/code&gt;.
In the ASP.NET Core MVC provide &lt;a href=&#34;https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.rendering.ihtmlhelper.beginform?view=aspnetcore-3.1&#34;&gt;IHtmlHelper&lt;/a&gt; in &lt;code&gt;Microsoft.AspNetCore.Mvc.Rendering&lt;/code&gt; namespaces.
So, it describe the &lt;code&gt;IHtmlHelper.BeginForm&lt;/code&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Shift-JIS on .NET Core v3</title>
      <link>/archives/20210311/</link>
      <pubDate>Thu, 11 Mar 2021 12:30:00 +0900</pubDate>
      
      <guid>/archives/20210311/</guid>
      <description>&lt;p&gt;
Respect for Shift-JIS.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Emacs keybinding for Visual Studio 2019</title>
      <link>/archives/20210310/</link>
      <pubDate>Wed, 10 Mar 2021 04:00:00 +0900</pubDate>
      
      <guid>/archives/20210310/</guid>
      <description>&lt;p&gt;
macOS provide Emacs keybinding as a natively. At least, I need it on Visual Studio of Windows.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Introduction to Pug syntax</title>
      <link>/archives/20210222/</link>
      <pubDate>Mon, 22 Feb 2021 09:30:00 +0900</pubDate>
      
      <guid>/archives/20210222/</guid>
      <description>&lt;p&gt;
A HTML response that responsed by the web server application is create by HTML template engine. 
In this article, learning the syntax of the HTML template engine &lt;code&gt;Pug&lt;/code&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Getting started Protocol Buffers in Swift</title>
      <link>/archives/20210216/</link>
      <pubDate>Tue, 16 Feb 2021 12:30:00 +0900</pubDate>
      
      <guid>/archives/20210216/</guid>
      <description>&lt;p&gt;
In this post, trial the Protocol Buffer on Swift.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Create a Swift Package and publish it to GitHub</title>
      <link>/archives/20210213/</link>
      <pubDate>Sat, 13 Feb 2021 17:15:00 +0900</pubDate>
      
      <guid>/archives/20210213/</guid>
      <description>&lt;p&gt;
To describe building and publishing your swift package in this post.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Use Swift Package with Xcode</title>
      <link>/archives/20210125/</link>
      <pubDate>Mon, 25 Jan 2021 00:00:00 +0900</pubDate>
      
      <guid>/archives/20210125/</guid>
      <description>&lt;p&gt;
Explaining how to use Swift Package conveniently with Xcode.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>UnityのOpen C# ProjectでVisual Studioが起動しない</title>
      <link>/archives/20200816/</link>
      <pubDate>Sun, 16 Aug 2020 10:00:00 +0900</pubDate>
      
      <guid>/archives/20200816/</guid>
      <description>&lt;p&gt;
ある日からUnityで &lt;code&gt;Assets &amp;gt; Open C# Project&lt;/code&gt; をクリックしてもVisual Studioが起動しなくなりました。
この場合、なぜかエクスプローラーが立ち上がります。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Azure Functionsとアプリケーション設定: local.settings.jsonとhost.jsonとAzure KeyValut</title>
      <link>/archives/20200706/</link>
      <pubDate>Mon, 06 Jul 2020 14:00:00 +0900</pubDate>
      
      <guid>/archives/20200706/</guid>
      <description>&lt;p&gt;
Azure Functionsのアプリケーション設定について調べてみました。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Hugo向けorgファイルのIn-Buffer Settings風の項目にブラケット付与が必須になる件</title>
      <link>/archives/20200503/</link>
      <pubDate>Sun, 03 May 2020 10:30:00 +0900</pubDate>
      
      <guid>/archives/20200503/</guid>
      <description>&lt;p&gt;
先日から再びHugoを使うようになり、orgファイルからHTMLを生成しているのですが、 &lt;code&gt;hugo server&lt;/code&gt; を実行したときに警告文が表示されるようになり、気になったので調べてみたら、orgファイルに記載しているHugo向けIn-Buffer Settings風&lt;sup class=&#34;footnote-reference&#34;&gt;&lt;a id=&#34;footnote-reference-1&#34; href=&#34;#footnote-1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;の項目にブラケット付与をしてほしいとのことでした。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>眺めるViewer3D.js Part 1: コンテキストメニュー</title>
      <link>/archives/20200422/</link>
      <pubDate>Wed, 22 Apr 2020 12:30:00 +0900</pubDate>
      
      <guid>/archives/20200422/</guid>
      <description>&lt;p&gt;
最近、 &lt;code&gt;Viewer3D.js&lt;/code&gt; のソースコードをよく読みます。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>久しぶりのHugo</title>
      <link>/archives/20200404/</link>
      <pubDate>Sat, 04 Apr 2020 00:29:00 +0900</pubDate>
      
      <guid>/archives/20200404/</guid>
      <description>&lt;p&gt;
久しぶりに&lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt;を触ってみることにした。
最新バージョンは0.68.3になっていた。&lt;/p&gt;
&lt;div class=&#34;src src-sh&#34;&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;
&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1
&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ hugo version
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Hugo Static Site Generator v0.68.3/extended darwin/amd64 BuildDate: unknown&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
以前、自分が作っていたHugo用のコンテンツをGitHubから &lt;code&gt;git clone&lt;/code&gt; して手元に用意した。
この後はHugoを使ってブログ記事を生成すれば良いだけなのだが、しばらくぶりなのでコマンドを忘れしまっている。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>HugoとOrg-modeでブログを書く</title>
      <link>/archives/20180303/</link>
      <pubDate>Sat, 03 Mar 2018 10:30:00 +0900</pubDate>
      
      <guid>/archives/20180303/</guid>
      <description>&lt;p&gt;
Hugoが &lt;code&gt;Org-mode&lt;/code&gt; をサポートしました。 &lt;code&gt;Markdown&lt;/code&gt; から乗り換えの時期がやってきました。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Visual Studio 2005 C&#43;&#43;でM_PI</title>
      <link>/archives/20090502/</link>
      <pubDate>Sat, 02 May 2009 23:13:29 +0900</pubDate>
      
      <guid>/archives/20090502/</guid>
      <description>&lt;p&gt;
M_PIがないとエラーが発生したので調べてみました。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>C言語入門してみた Part3</title>
      <link>/archives/20090424/</link>
      <pubDate>Fri, 24 Apr 2009 09:15:00 +0900</pubDate>
      
      <guid>/archives/20090424/</guid>
      <description>C言語入門の2投稿目。引き続き新C言語入門 スーパービギナー編 (C言語実用マスターシリーズ)を読む。</description>
      
    </item>
    
    <item>
      <title>C言語入門してみた Part2</title>
      <link>/archives/20090422/</link>
      <pubDate>Wed, 22 Apr 2009 08:15:00 +0900</pubDate>
      
      <guid>/archives/20090422/</guid>
      <description>C言語入門の2投稿目。引き続き新C言語入門 スーパービギナー編 (C言語実用マスターシリーズ)を読む。</description>
      
    </item>
    
    <item>
      <title>C言語入門してみた Part1</title>
      <link>/archives/20090419/</link>
      <pubDate>Sun, 19 Apr 2009 12:25:30 +0900</pubDate>
      
      <guid>/archives/20090419/</guid>
      <description>C言語を入門してみる。新C言語入門 スーパービギナー編 (C言語実用マスターシリーズ)を読む。</description>
      
    </item>
    
    <item>
      <title>Visual Studio 2005: warning C4996</title>
      <link>/archives/20090401/</link>
      <pubDate>Wed, 01 Apr 2009 07:00:00 +0900</pubDate>
      
      <guid>/archives/20090401/</guid>
      <description>&lt;p&gt;
Warning C4996を非表示にする方法を調べました。&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
